Html Css Color HEX #AF03CF Dark Violet

📋 copy color: '#AF03CF'

red 175 ◦ green 3 ◦ blue 207

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

Shades of Dark Violet #AF03CF

Tints of Dark Violet #AF03CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 45.45%
G = 0.78%
B = 53.77%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF03CF (or 0xAF03CF) is known color: Dark Violet. HEX triplet: AF, 03 and CF. RGB value is (175,3,207). Sum of RGB (Red+Green+Blue) = 175+3+207=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF03CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03CF is #50FC30. Grayscale: #4D4D4D. Windows color (decimal): -5307441 or 13566895. OLE color: 13566895.

HSL color Cylindrical-coordinate representation of color #AF03CF: hue angle of 290.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03CF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 3 207 -
CMYK 0.15 0.99 0 0.19
HSL 290.59º 0.97% 0.41% -
HSV(B) 290.59º 0.99% 0.81% -
XYZ 28.97 13.68 60.15 -
YUV 77.68 200.98 197.41 -
System Red Green Blue C M Y K H S L
Decimal 175 3 207 0.15 0.99 0 0.19 290.59 0.97 0.41
Hex AF 3 CF F 63 0 13 123 61 29
Octal 257 3 317 17 143 0 23 443 141 51
Binary 10101111 11 11001111 1111 1100011 0 10011 100100011 1100001 101001

Color Harmonies of #AF03CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03CF

Black with #AF03CF

Text Example


Text Example

White with #AF03CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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