Html Css Color HEX #AF15D4 Dark Violet

📋 copy color: '#AF15D4'

red 175 ◦ green 21 ◦ blue 212

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

Shades of Dark Violet #AF15D4

Tints of Dark Violet #AF15D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 51.96%

R = 42.89%
G = 5.15%
B = 51.96%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF15D4 (or 0xAF15D4) is known color: Dark Violet. HEX triplet: AF, 15 and D4. RGB value is (175,21,212). Sum of RGB (Red+Green+Blue) = 175+21+212=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF15D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15D4 is #50EA2B. Grayscale: #585858. Windows color (decimal): -5302828 or 13899183. OLE color: 13899183.

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

Color convert

RGB 175 21 212 -
CMYK 0.17 0.90 0 0.17
HSL 288.38º 0.82% 0.46% -
HSV(B) 288.38º 0.9% 0.83% -
XYZ 29.83 14.4 63.5 -
YUV 88.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 175 21 212 0.17 0.90 0 0.17 288.38 0.82 0.46
Hex AF 15 D4 11 5A 0 11 120 52 2E
Octal 257 25 324 21 132 0 21 440 122 56
Binary 10101111 10101 11010100 10001 1011010 0 10001 100100000 1010010 101110

Color Harmonies of #AF15D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15D4

Black with #AF15D4

Text Example


Text Example

White with #AF15D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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