Html Css Color HEX #AF10CF Dark Violet

📋 copy color: '#AF10CF'

red 175 ◦ green 16 ◦ blue 207

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

Shades of Dark Violet #AF10CF

Tints of Dark Violet #AF10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

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

R = 43.97%
G = 4.02%
B = 52.01%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF10CF (or 0xAF10CF) is known color: Dark Violet. HEX triplet: AF, 10 and CF. RGB value is (175,16,207). Sum of RGB (Red+Green+Blue) = 175+16+207=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF10CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10CF is #50EF30. Grayscale: #545454. Windows color (decimal): -5304113 or 13570223. OLE color: 13570223.

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

Color convert

RGB 175 16 207 -
CMYK 0.15 0.92 0 0.19
HSL 289.95º 0.86% 0.44% -
HSV(B) 289.95º 0.92% 0.81% -
XYZ 29.13 13.99 60.2 -
YUV 85.32 196.68 191.97 -
System Red Green Blue C M Y K H S L
Decimal 175 16 207 0.15 0.92 0 0.19 289.95 0.86 0.44
Hex AF 10 CF F 5C 0 13 122 56 2C
Octal 257 20 317 17 134 0 23 442 126 54
Binary 10101111 10000 11001111 1111 1011100 0 10011 100100010 1010110 101100

Color Harmonies of #AF10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10CF

Black with #AF10CF

Text Example


Text Example

White with #AF10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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