Html Css Color HEX #AF05CF Dark Violet

📋 copy color: '#AF05CF'

red 175 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #AF05CF

Tints of Dark Violet #AF05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 45.22%
G = 1.29%
B = 53.49%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF05CF (or 0xAF05CF) is known color: Dark Violet. HEX triplet: AF, 05 and CF. RGB value is (175,5,207). Sum of RGB (Red+Green+Blue) = 175+5+207=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05CF is #50FA30. Grayscale: #4E4E4E. Windows color (decimal): -5306929 or 13567407. OLE color: 13567407.

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

Color convert

RGB 175 5 207 -
CMYK 0.15 0.98 0 0.19
HSL 290.5º 0.95% 0.42% -
HSV(B) 290.5º 0.98% 0.81% -
XYZ 29 13.73 60.15 -
YUV 78.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 175 5 207 0.15 0.98 0 0.19 290.5 0.95 0.42
Hex AF 5 CF F 62 0 13 122 5F 2A
Octal 257 5 317 17 142 0 23 442 137 52
Binary 10101111 101 11001111 1111 1100010 0 10011 100100010 1011111 101010

Color Harmonies of #AF05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05CF

Black with #AF05CF

Text Example


Text Example

White with #AF05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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