Html Css Color HEX #AF03DC Dark Violet

📋 copy color: '#AF03DC'

red 175 ◦ green 3 ◦ blue 220

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

Shades of Dark Violet #AF03DC

Tints of Dark Violet #AF03DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 43.97%
G = 0.75%
B = 55.28%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF03DC (or 0xAF03DC) is known color: Dark Violet. HEX triplet: AF, 03 and DC. RGB value is (175,3,220). Sum of RGB (Red+Green+Blue) = 175+3+220=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF03DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03DC is #50FC23. Grayscale: #4E4E4E. Windows color (decimal): -5307428 or 14418863. OLE color: 14418863.

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

Color convert

RGB 175 3 220 -
CMYK 0.20 0.99 0 0.14
HSL 287.56º 0.97% 0.44% -
HSV(B) 287.56º 0.99% 0.86% -
XYZ 30.63 14.35 68.86 -
YUV 79.17 207.48 196.36 -
System Red Green Blue C M Y K H S L
Decimal 175 3 220 0.20 0.99 0 0.14 287.56 0.97 0.44
Hex AF 3 DC 14 63 0 E 120 61 2C
Octal 257 3 334 24 143 0 16 440 141 54
Binary 10101111 11 11011100 10100 1100011 0 1110 100100000 1100001 101100

Color Harmonies of #AF03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03DC

Black with #AF03DC

Text Example


Text Example

White with #AF03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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