Html Css Color HEX #A819EA Blue Violet

📋 copy color: '#A819EA'

red 168 ◦ green 25 ◦ blue 234

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

Shades of Blue Violet #A819EA

Tints of Blue Violet #A819EA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.85%

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

R = 39.34%
G = 5.85%
B = 54.8%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A819EA (or 0xA819EA) is known color: Blue Violet. HEX triplet: A8, 19 and EA. RGB value is (168,25,234). Sum of RGB (Red+Green+Blue) = 168+25+234=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #A819EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819EA is #57E615. Grayscale: #5A5A5A. Windows color (decimal): -5760534 or 15341992. OLE color: 15341992.

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

Color convert

RGB 168 25 234 -
CMYK 0.28 0.89 0 0.08
HSL 281.05º 0.83% 0.51% -
HSV(B) 281.05º 0.89% 0.92% -
XYZ 31.35 14.96 79.08 -
YUV 91.58 208.38 182.51 -
System Red Green Blue C M Y K H S L
Decimal 168 25 234 0.28 0.89 0 0.08 281.05 0.83 0.51
Hex A8 19 EA 1C 59 0 8 119 53 33
Octal 250 31 352 34 131 0 10 431 123 63
Binary 10101000 11001 11101010 11100 1011001 0 1000 100011001 1010011 110011

Color Harmonies of #A819EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819EA

Black with #A819EA

Text Example


Text Example

White with #A819EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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