Html Css Color HEX #AF11E0 Dark Violet

📋 copy color: '#AF11E0'

red 175 ◦ green 17 ◦ blue 224

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

Shades of Dark Violet #AF11E0

Tints of Dark Violet #AF11E0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.09%

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 42.07%
G = 4.09%
B = 53.85%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF11E0 (or 0xAF11E0) is known color: Dark Violet. HEX triplet: AF, 11 and E0. RGB value is (175,17,224). Sum of RGB (Red+Green+Blue) = 175+17+224=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF11E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11E0 is #50EE1F. Grayscale: #575757. Windows color (decimal): -5303840 or 14684591. OLE color: 14684591.

HSL color Cylindrical-coordinate representation of color #AF11E0: hue angle of 285.8º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11E0 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 17 224 -
CMYK 0.22 0.92 0 0.12
HSL 285.8º 0.86% 0.47% -
HSV(B) 285.8º 0.92% 0.88% -
XYZ 31.33 14.9 71.74 -
YUV 87.84 204.85 190.17 -
System Red Green Blue C M Y K H S L
Decimal 175 17 224 0.22 0.92 0 0.12 285.8 0.86 0.47
Hex AF 11 E0 16 5C 0 C 11E 56 2F
Octal 257 21 340 26 134 0 14 436 126 57
Binary 10101111 10001 11100000 10110 1011100 0 1100 100011110 1010110 101111

Color Harmonies of #AF11E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11E0

Black with #AF11E0

Text Example


Text Example

White with #AF11E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11E0; }

 p { color: rgb(175,17,224); }

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

background-color css

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

 a { background-color: rgb(175,17,224); }

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

border-color css

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

 span { border-color: rgb(175,17,224); }

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