Html Css Color HEX #A813EA Dark Violet

📋 copy color: '#A813EA'

red 168 ◦ green 19 ◦ blue 234

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

Shades of Dark Violet #A813EA

Tints of Dark Violet #A813EA

RGB

 RED value IS 168 (66.02% from 255) = 39.9%

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

 BLUE value IS 234 (91.8% from 255) = 55.58%

R = 39.9%
G = 4.51%
B = 55.58%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A813EA (or 0xA813EA) is known color: Dark Violet. HEX triplet: A8, 13 and EA. RGB value is (168,19,234). Sum of RGB (Red+Green+Blue) = 168+19+234=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #A813EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813EA is #57EC15. Grayscale: #575757. Windows color (decimal): -5762070 or 15340456. OLE color: 15340456.

HSL color Cylindrical-coordinate representation of color #A813EA: hue angle of 281.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A813EA is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 19 234 -
CMYK 0.28 0.92 0 0.08
HSL 281.58º 0.85% 0.5% -
HSV(B) 281.58º 0.92% 0.92% -
XYZ 31.23 14.73 79.04 -
YUV 88.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 168 19 234 0.28 0.92 0 0.08 281.58 0.85 0.5
Hex A8 13 EA 1C 5C 0 8 11A 55 32
Octal 250 23 352 34 134 0 10 432 125 62
Binary 10101000 10011 11101010 11100 1011100 0 1000 100011010 1010101 110010

Color Harmonies of #A813EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813EA

Black with #A813EA

Text Example


Text Example

White with #A813EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813EA; }

 p { color: rgb(168,19,234); }

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

background-color css

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

 a { background-color: rgb(168,19,234); }

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

border-color css

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

 span { border-color: rgb(168,19,234); }

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