#AF2ECB

Color #AF2ECB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF2ECB

Tints of Dark Orchid #AF2ECB

Color information

#AF2ECB (or 0xAF2ECB) is unknown color: approx Dark Orchid. HEX triplet: AF, 2E and CB. RGB value is (175,46,203). Sum of RGB (Red+Green+Blue) = 175+46+203=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF2ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ECB is #50D134. Grayscale: #656565. Windows color (decimal): -5296437 or 13315759. OLE color: 13315759.

HSL color Cylindrical-coordinate representation of color #AF2ECB: hue angle of 289.3º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2ECB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17546203-
CMYK0.140.7700.20
HSL289.3º63.05%48.82%-
HSV(B)289.3º77.34%79.61%-
XYZ29.4415.3857.92-
YUV102.47184.74179.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 46 (18.36% from 255) = 10.85%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=41.27%
G=10.85%
B=47.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175462030.140.7700.20289.363.0548.82
HexAF2ECBE4D0141213f31
Octal25756313161150244417761
Binary101011111011101100101111101001101010100100100001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2ECB; }

 p { color: rgb(175,46,203); }

 H1.HeaderClassName
 {
   color: #AF2ECB;
 }
 .AnyTagClassName
 {
   color: #AF2ECB;
 }
</style>
background-color css

<style>
 a { background-color: #AF2ECB; }

 a { background-color: rgb(175,46,203); }

 div.DivClassName
 {
   background-color: #AF2ECB;
 }
 .BgClassName
 {
   background-color: #AF2ECB;
 }
</style>
border-color css

<style>
 span { border-color: #AF2ECB; }

 span { border-color: rgb(175,46,203); }

 td.TdClassName
 {
   border-color: #AF2ECB;
 }
 .TagClassName
 {
   border-color: #AF2ECB;
 }
</style>