Html Css Color HEX #AF0FCD Dark Violet

📋 copy color: '#AF0FCD'

red 175 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #AF0FCD

Tints of Dark Violet #AF0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 44.3%
G = 3.8%
B = 51.9%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF0FCD (or 0xAF0FCD) is known color: Dark Violet. HEX triplet: AF, 0F and CD. RGB value is (175,15,205). Sum of RGB (Red+Green+Blue) = 175+15+205=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF0FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FCD is #50F032. Grayscale: #535353. Windows color (decimal): -5304371 or 13438895. OLE color: 13438895.

HSL color Cylindrical-coordinate representation of color #AF0FCD: hue angle of 290.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FCD is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 15 205 -
CMYK 0.15 0.93 0 0.20
HSL 290.53º 0.86% 0.43% -
HSV(B) 290.53º 0.93% 0.8% -
XYZ 28.87 13.86 58.91 -
YUV 84.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 175 15 205 0.15 0.93 0 0.20 290.53 0.86 0.43
Hex AF F CD F 5D 0 14 123 56 2B
Octal 257 17 315 17 135 0 24 443 126 53
Binary 10101111 1111 11001101 1111 1011101 0 10100 100100011 1010110 101011

Color Harmonies of #AF0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FCD

Black with #AF0FCD

Text Example


Text Example

White with #AF0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FCD; }

 p { color: rgb(175,15,205); }

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

background-color css

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

 a { background-color: rgb(175,15,205); }

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

border-color css

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

 span { border-color: rgb(175,15,205); }

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