Html Css Color HEX #AF0FCF Dark Violet

📋 copy color: '#AF0FCF'

red 175 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #AF0FCF

Tints of Dark Violet #AF0FCF

RGB

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

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

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

R = 44.08%
G = 3.78%
B = 52.14%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF0FCF (or 0xAF0FCF) is known color: Dark Violet. HEX triplet: AF, 0F and CF. RGB value is (175,15,207). Sum of RGB (Red+Green+Blue) = 175+15+207=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FCF is #50F030. Grayscale: #545454. Windows color (decimal): -5304369 or 13569967. OLE color: 13569967.

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

Color convert

RGB 175 15 207 -
CMYK 0.15 0.93 0 0.19
HSL 290º 0.86% 0.44% -
HSV(B) 290º 0.93% 0.81% -
XYZ 29.11 13.96 60.19 -
YUV 84.73 197.01 192.39 -
System Red Green Blue C M Y K H S L
Decimal 175 15 207 0.15 0.93 0 0.19 290 0.86 0.44
Hex AF F CF F 5D 0 13 122 56 2C
Octal 257 17 317 17 135 0 23 442 126 54
Binary 10101111 1111 11001111 1111 1011101 0 10011 100100010 1010110 101100

Color Harmonies of #AF0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FCF

Black with #AF0FCF

Text Example


Text Example

White with #AF0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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