Html Css Color HEX #AF15D6 Dark Violet

📋 copy color: '#AF15D6'

red 175 ◦ green 21 ◦ blue 214

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

Shades of Dark Violet #AF15D6

Tints of Dark Violet #AF15D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.2%

R = 42.68%
G = 5.12%
B = 52.2%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF15D6 (or 0xAF15D6) is known color: Dark Violet. HEX triplet: AF, 15 and D6. RGB value is (175,21,214). Sum of RGB (Red+Green+Blue) = 175+21+214=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF15D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15D6 is #50EA29. Grayscale: #585858. Windows color (decimal): -5302826 or 14030255. OLE color: 14030255.

HSL color Cylindrical-coordinate representation of color #AF15D6: hue angle of 287.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF15D6 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 21 214 -
CMYK 0.18 0.90 0 0.16
HSL 287.88º 0.82% 0.46% -
HSV(B) 287.88º 0.9% 0.84% -
XYZ 30.08 14.51 64.83 -
YUV 89.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 175 21 214 0.18 0.90 0 0.16 287.88 0.82 0.46
Hex AF 15 D6 12 5A 0 10 120 52 2E
Octal 257 25 326 22 132 0 20 440 122 56
Binary 10101111 10101 11010110 10010 1011010 0 10000 100100000 1010010 101110

Color Harmonies of #AF15D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15D6

Black with #AF15D6

Text Example


Text Example

White with #AF15D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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