Html Css Color HEX #AF13CE Dark Violet

📋 copy color: '#AF13CE'

red 175 ◦ green 19 ◦ blue 206

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

Shades of Dark Violet #AF13CE

Tints of Dark Violet #AF13CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.75%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 43.75%
G = 4.75%
B = 51.5%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF13CE (or 0xAF13CE) is known color: Dark Violet. HEX triplet: AF, 13 and CE. RGB value is (175,19,206). Sum of RGB (Red+Green+Blue) = 175+19+206=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF13CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13CE is #50EC31. Grayscale: #565656. Windows color (decimal): -5303346 or 13505455. OLE color: 13505455.

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

Color convert

RGB 175 19 206 -
CMYK 0.15 0.91 0 0.19
HSL 290.05º 0.83% 0.44% -
HSV(B) 290.05º 0.91% 0.81% -
XYZ 29.05 14.04 59.57 -
YUV 86.96 195.18 190.79 -
System Red Green Blue C M Y K H S L
Decimal 175 19 206 0.15 0.91 0 0.19 290.05 0.83 0.44
Hex AF 13 CE F 5B 0 13 122 53 2C
Octal 257 23 316 17 133 0 23 442 123 54
Binary 10101111 10011 11001110 1111 1011011 0 10011 100100010 1010011 101100

Color Harmonies of #AF13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13CE

Black with #AF13CE

Text Example


Text Example

White with #AF13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13CE; }

 p { color: rgb(175,19,206); }

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

background-color css

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

 a { background-color: rgb(175,19,206); }

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

border-color css

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

 span { border-color: rgb(175,19,206); }

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