Html Css Color HEX #AF06E0 Dark Violet

📋 copy color: '#AF06E0'

red 175 ◦ green 6 ◦ blue 224

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

Shades of Dark Violet #AF06E0

Tints of Dark Violet #AF06E0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.48%

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

R = 43.21%
G = 1.48%
B = 55.31%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF06E0 (or 0xAF06E0) is known color: Dark Violet. HEX triplet: AF, 06 and E0. RGB value is (175,6,224). Sum of RGB (Red+Green+Blue) = 175+6+224=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF06E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06E0 is #50F91F. Grayscale: #505050. Windows color (decimal): -5306656 or 14681775. OLE color: 14681775.

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

Color convert

RGB 175 6 224 -
CMYK 0.22 0.97 0 0.12
HSL 286.51º 0.95% 0.45% -
HSV(B) 286.51º 0.97% 0.88% -
XYZ 31.2 14.63 71.7 -
YUV 81.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 175 6 224 0.22 0.97 0 0.12 286.51 0.95 0.45
Hex AF 6 E0 16 61 0 C 11F 5F 2D
Octal 257 6 340 26 141 0 14 437 137 55
Binary 10101111 110 11100000 10110 1100001 0 1100 100011111 1011111 101101

Color Harmonies of #AF06E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF06E0

Black with #AF06E0

Text Example


Text Example

White with #AF06E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF06E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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