Html Css Color HEX #A913E8 Dark Violet

📋 copy color: '#A913E8'

red 169 ◦ green 19 ◦ blue 232

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

Shades of Dark Violet #A913E8

Tints of Dark Violet #A913E8

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

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

 BLUE value IS 232 (91.02% from 255) = 55.24%

R = 40.24%
G = 4.52%
B = 55.24%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A913E8 (or 0xA913E8) is known color: Dark Violet. HEX triplet: A9, 13 and E8. RGB value is (169,19,232). Sum of RGB (Red+Green+Blue) = 169+19+232=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 232 (91.02% from 255 or 55.24% from 420); Max value from RGB is 232 - color contains mainly: blue. Hex color #A913E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A913E8 is #56EC17. Grayscale: #575757. Windows color (decimal): -5696536 or 15209385. OLE color: 15209385.

HSL color Cylindrical-coordinate representation of color #A913E8: hue angle of 282.25º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A913E8 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 19 232 -
CMYK 0.27 0.92 0 0.09
HSL 282.25º 0.85% 0.49% -
HSV(B) 282.25º 0.92% 0.91% -
XYZ 31.16 14.73 77.54 -
YUV 88.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 169 19 232 0.27 0.92 0 0.09 282.25 0.85 0.49
Hex A9 13 E8 1B 5C 0 9 11A 55 31
Octal 251 23 350 33 134 0 11 432 125 61
Binary 10101001 10011 11101000 11011 1011100 0 1001 100011010 1010101 110001

Color Harmonies of #A913E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A913E8

Black with #A913E8

Text Example


Text Example

White with #A913E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A913E8; }

 p { color: rgb(169,19,232); }

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

background-color css

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

 a { background-color: rgb(169,19,232); }

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

border-color css

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

 span { border-color: rgb(169,19,232); }

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