Html Css Color HEX #AF07DC Dark Violet

📋 copy color: '#AF07DC'

red 175 ◦ green 7 ◦ blue 220

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

Shades of Dark Violet #AF07DC

Tints of Dark Violet #AF07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

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

R = 43.53%
G = 1.74%
B = 54.73%

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

#AF07DC (or 0xAF07DC) is known color: Dark Violet. HEX triplet: AF, 07 and DC. RGB value is (175,7,220). Sum of RGB (Red+Green+Blue) = 175+7+220=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF07DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07DC is #50F823. Grayscale: #505050. Windows color (decimal): -5306404 or 14419887. OLE color: 14419887.

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

Color convert

RGB 175 7 220 -
CMYK 0.20 0.97 0 0.14
HSL 287.32º 0.94% 0.45% -
HSV(B) 287.32º 0.97% 0.86% -
XYZ 30.67 14.43 68.88 -
YUV 81.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 175 7 220 0.20 0.97 0 0.14 287.32 0.94 0.45
Hex AF 7 DC 14 61 0 E 11F 5E 2D
Octal 257 7 334 24 141 0 16 437 136 55
Binary 10101111 111 11011100 10100 1100001 0 1110 100011111 1011110 101101

Color Harmonies of #AF07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07DC

Black with #AF07DC

Text Example


Text Example

White with #AF07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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