Html Css Color HEX #AF15E1 Dark Violet

📋 copy color: '#AF15E1'

red 175 ◦ green 21 ◦ blue 225

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

Shades of Dark Violet #AF15E1

Tints of Dark Violet #AF15E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.44%

R = 41.57%
G = 4.99%
B = 53.44%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF15E1 (or 0xAF15E1) is known color: Dark Violet. HEX triplet: AF, 15 and E1. RGB value is (175,21,225). Sum of RGB (Red+Green+Blue) = 175+21+225=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF15E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15E1 is #50EA1E. Grayscale: #595959. Windows color (decimal): -5302815 or 14751151. OLE color: 14751151.

HSL color Cylindrical-coordinate representation of color #AF15E1: hue angle of 285.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF15E1 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 21 225 -
CMYK 0.22 0.91 0 0.12
HSL 285.29º 0.83% 0.48% -
HSV(B) 285.29º 0.91% 0.88% -
XYZ 31.54 15.09 72.48 -
YUV 90.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 175 21 225 0.22 0.91 0 0.12 285.29 0.83 0.48
Hex AF 15 E1 16 5B 0 C 11D 53 30
Octal 257 25 341 26 133 0 14 435 123 60
Binary 10101111 10101 11100001 10110 1011011 0 1100 100011101 1010011 110000

Color Harmonies of #AF15E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15E1

Black with #AF15E1

Text Example


Text Example

White with #AF15E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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