Html Css Color HEX #AF15CE Dark Violet

📋 copy color: '#AF15CE'

red 175 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #AF15CE

Tints of Dark Violet #AF15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.22%

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

R = 43.53%
G = 5.22%
B = 51.24%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF15CE (or 0xAF15CE) is known color: Dark Violet. HEX triplet: AF, 15 and CE. RGB value is (175,21,206). Sum of RGB (Red+Green+Blue) = 175+21+206=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF15CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15CE is #50EA31. Grayscale: #575757. Windows color (decimal): -5302834 or 13505967. OLE color: 13505967.

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

Color convert

RGB 175 21 206 -
CMYK 0.15 0.90 0 0.19
HSL 289.95º 0.81% 0.45% -
HSV(B) 289.95º 0.9% 0.81% -
XYZ 29.09 14.11 59.58 -
YUV 88.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 175 21 206 0.15 0.90 0 0.19 289.95 0.81 0.45
Hex AF 15 CE F 5A 0 13 122 51 2D
Octal 257 25 316 17 132 0 23 442 121 55
Binary 10101111 10101 11001110 1111 1011010 0 10011 100100010 1010001 101101

Color Harmonies of #AF15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15CE

Black with #AF15CE

Text Example


Text Example

White with #AF15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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