Html Css Color HEX #AF12DF Dark Violet

📋 copy color: '#AF12DF'

red 175 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #AF12DF

Tints of Dark Violet #AF12DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.33%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 42.07%
G = 4.33%
B = 53.61%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF12DF (or 0xAF12DF) is known color: Dark Violet. HEX triplet: AF, 12 and DF. RGB value is (175,18,223). Sum of RGB (Red+Green+Blue) = 175+18+223=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12DF is #50ED20. Grayscale: #575757. Windows color (decimal): -5303585 or 14619311. OLE color: 14619311.

HSL color Cylindrical-coordinate representation of color #AF12DF: hue angle of 285.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF12DF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 18 223 -
CMYK 0.22 0.92 0 0.13
HSL 285.95º 0.85% 0.47% -
HSV(B) 285.95º 0.92% 0.87% -
XYZ 31.21 14.87 71.04 -
YUV 88.31 204.01 189.83 -
System Red Green Blue C M Y K H S L
Decimal 175 18 223 0.22 0.92 0 0.13 285.95 0.85 0.47
Hex AF 12 DF 16 5C 0 D 11E 55 2F
Octal 257 22 337 26 134 0 15 436 125 57
Binary 10101111 10010 11011111 10110 1011100 0 1101 100011110 1010101 101111

Color Harmonies of #AF12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12DF

Black with #AF12DF

Text Example


Text Example

White with #AF12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12DF; }

 p { color: rgb(175,18,223); }

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

background-color css

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

 a { background-color: rgb(175,18,223); }

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

border-color css

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

 span { border-color: rgb(175,18,223); }

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