Html Css Color HEX #A819EB Blue Violet

📋 copy color: '#A819EB'

red 168 ◦ green 25 ◦ blue 235

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

Shades of Blue Violet #A819EB

Tints of Blue Violet #A819EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 39.25%
G = 5.84%
B = 54.91%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A819EB (or 0xA819EB) is known color: Blue Violet. HEX triplet: A8, 19 and EB. RGB value is (168,25,235). Sum of RGB (Red+Green+Blue) = 168+25+235=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #A819EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819EB is #57E614. Grayscale: #5B5B5B. Windows color (decimal): -5760533 or 15407528. OLE color: 15407528.

HSL color Cylindrical-coordinate representation of color #A819EB: hue angle of 280.86º degrees, saturation: 0.84, 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 #A819EB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 25 235 -
CMYK 0.29 0.89 0 0.08
HSL 280.86º 0.84% 0.51% -
HSV(B) 280.86º 0.89% 0.92% -
XYZ 31.49 15.02 79.84 -
YUV 91.7 208.88 182.42 -
System Red Green Blue C M Y K H S L
Decimal 168 25 235 0.29 0.89 0 0.08 280.86 0.84 0.51
Hex A8 19 EB 1D 59 0 8 119 54 33
Octal 250 31 353 35 131 0 10 431 124 63
Binary 10101000 11001 11101011 11101 1011001 0 1000 100011001 1010100 110011

Color Harmonies of #A819EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819EB

Black with #A819EB

Text Example


Text Example

White with #A819EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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