Html Css Color HEX #AF15DA Dark Violet

📋 copy color: '#AF15DA'

red 175 ◦ green 21 ◦ blue 218

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

Shades of Dark Violet #AF15DA

Tints of Dark Violet #AF15DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 42.27%
G = 5.07%
B = 52.66%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF15DA (or 0xAF15DA) is known color: Dark Violet. HEX triplet: AF, 15 and DA. RGB value is (175,21,218). Sum of RGB (Red+Green+Blue) = 175+21+218=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF15DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15DA is #50EA25. Grayscale: #585858. Windows color (decimal): -5302822 or 14292399. OLE color: 14292399.

HSL color Cylindrical-coordinate representation of color #AF15DA: hue angle of 286.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF15DA is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 21 218 -
CMYK 0.20 0.90 0 0.15
HSL 286.9º 0.82% 0.47% -
HSV(B) 286.9º 0.9% 0.85% -
XYZ 30.6 14.71 67.56 -
YUV 89.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 175 21 218 0.20 0.90 0 0.15 286.9 0.82 0.47
Hex AF 15 DA 14 5A 0 F 11F 52 2F
Octal 257 25 332 24 132 0 17 437 122 57
Binary 10101111 10101 11011010 10100 1011010 0 1111 100011111 1010010 101111

Color Harmonies of #AF15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15DA

Black with #AF15DA

Text Example


Text Example

White with #AF15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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