Html Css Color HEX #AF03DE Dark Violet

📋 copy color: '#AF03DE'

red 175 ◦ green 3 ◦ blue 222

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

Shades of Dark Violet #AF03DE

Tints of Dark Violet #AF03DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 43.75%
G = 0.75%
B = 55.5%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF03DE (or 0xAF03DE) is known color: Dark Violet. HEX triplet: AF, 03 and DE. RGB value is (175,3,222). Sum of RGB (Red+Green+Blue) = 175+3+222=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF03DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03DE is #50FC21. Grayscale: #4E4E4E. Windows color (decimal): -5307426 or 14549935. OLE color: 14549935.

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

Color convert

RGB 175 3 222 -
CMYK 0.21 0.99 0 0.13
HSL 287.12º 0.97% 0.44% -
HSV(B) 287.12º 0.99% 0.87% -
XYZ 30.9 14.45 70.27 -
YUV 79.39 208.48 196.19 -
System Red Green Blue C M Y K H S L
Decimal 175 3 222 0.21 0.99 0 0.13 287.12 0.97 0.44
Hex AF 3 DE 15 63 0 D 11F 61 2C
Octal 257 3 336 25 143 0 15 437 141 54
Binary 10101111 11 11011110 10101 1100011 0 1101 100011111 1100001 101100

Color Harmonies of #AF03DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03DE

Black with #AF03DE

Text Example


Text Example

White with #AF03DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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