Html Css Color HEX #AF13E1 Dark Violet

📋 copy color: '#AF13E1'

red 175 ◦ green 19 ◦ blue 225

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

Shades of Dark Violet #AF13E1

Tints of Dark Violet #AF13E1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.53%

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

R = 41.77%
G = 4.53%
B = 53.7%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF13E1 (or 0xAF13E1) is known color: Dark Violet. HEX triplet: AF, 13 and E1. RGB value is (175,19,225). Sum of RGB (Red+Green+Blue) = 175+19+225=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF13E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13E1 is #50EC1E. Grayscale: #585858. Windows color (decimal): -5303327 or 14750639. OLE color: 14750639.

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

Color convert

RGB 175 19 225 -
CMYK 0.22 0.92 0 0.12
HSL 285.44º 0.84% 0.48% -
HSV(B) 285.44º 0.92% 0.88% -
XYZ 31.5 15.02 72.47 -
YUV 89.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 175 19 225 0.22 0.92 0 0.12 285.44 0.84 0.48
Hex AF 13 E1 16 5C 0 C 11D 54 30
Octal 257 23 341 26 134 0 14 435 124 60
Binary 10101111 10011 11100001 10110 1011100 0 1100 100011101 1010100 110000

Color Harmonies of #AF13E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13E1

Black with #AF13E1

Text Example


Text Example

White with #AF13E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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