Html Css Color HEX #AF06DC Dark Violet

📋 copy color: '#AF06DC'

red 175 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #AF06DC

Tints of Dark Violet #AF06DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 43.64%
G = 1.5%
B = 54.86%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF06DC (or 0xAF06DC) is known color: Dark Violet. HEX triplet: AF, 06 and DC. RGB value is (175,6,220). Sum of RGB (Red+Green+Blue) = 175+6+220=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF06DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06DC is #50F923. Grayscale: #505050. Windows color (decimal): -5306660 or 14419631. OLE color: 14419631.

HSL color Cylindrical-coordinate representation of color #AF06DC: hue angle of 287.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06DC is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 6 220 -
CMYK 0.20 0.97 0 0.14
HSL 287.38º 0.95% 0.44% -
HSV(B) 287.38º 0.97% 0.86% -
XYZ 30.66 14.41 68.88 -
YUV 80.93 206.49 195.1 -
System Red Green Blue C M Y K H S L
Decimal 175 6 220 0.20 0.97 0 0.14 287.38 0.95 0.44
Hex AF 6 DC 14 61 0 E 11F 5F 2C
Octal 257 6 334 24 141 0 16 437 137 54
Binary 10101111 110 11011100 10100 1100001 0 1110 100011111 1011111 101100

Color Harmonies of #AF06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF06DC

Black with #AF06DC

Text Example


Text Example

White with #AF06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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