Html Css Color HEX #AF0ECB Dark Violet

📋 copy color: '#AF0ECB'

red 175 ◦ green 14 ◦ blue 203

#AF0ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AF0ECB

Tints of Dark Violet #AF0ECB

RGB

 RED value IS 175 (68.75% from 255) = 44.64%

 GREEN value IS 14 (5.86% from 255) = 3.57%

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 44.64%
G = 3.57%
B = 51.79%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF0ECB (or 0xAF0ECB) is known color: Dark Violet. HEX triplet: AF, 0E and CB. RGB value is (175,14,203). Sum of RGB (Red+Green+Blue) = 175+14+203=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF0ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ECB is #50F134. Grayscale: #535353. Windows color (decimal): -5304629 or 13307567. OLE color: 13307567.

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

Color convert

RGB 175 14 203 -
CMYK 0.14 0.93 0 0.20
HSL 291.11º 0.87% 0.43% -
HSV(B) 291.11º 0.93% 0.8% -
XYZ 28.62 13.74 57.64 -
YUV 83.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 175 14 203 0.14 0.93 0 0.20 291.11 0.87 0.43
Hex AF E CB E 5D 0 14 123 57 2B
Octal 257 16 313 16 135 0 24 443 127 53
Binary 10101111 1110 11001011 1110 1011101 0 10100 100100011 1010111 101011

Color Harmonies of #AF0ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ECB

Black with #AF0ECB

Text Example


Text Example

White with #AF0ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ECB; }

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

 H1.HeaderClassName
 {
   color: #AF0ECB;
 }
 .AnyTagClassName
 {
   color: #AF0ECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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