Html Css Color HEX #A828EB Blue Violet

📋 copy color: '#A828EB'

red 168 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #A828EB

Tints of Blue Violet #A828EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.03%

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

R = 37.92%
G = 9.03%
B = 53.05%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A828EB (or 0xA828EB) is known color: Blue Violet. HEX triplet: A8, 28 and EB. RGB value is (168,40,235). Sum of RGB (Red+Green+Blue) = 168+40+235=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #A828EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828EB is #57D714. Grayscale: #636363. Windows color (decimal): -5756693 or 15411368. OLE color: 15411368.

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

Color convert

RGB 168 40 235 -
CMYK 0.29 0.83 0 0.08
HSL 279.38º 0.83% 0.54% -
HSV(B) 279.38º 0.83% 0.92% -
XYZ 31.9 15.84 79.97 -
YUV 100.5 203.91 176.14 -
System Red Green Blue C M Y K H S L
Decimal 168 40 235 0.29 0.83 0 0.08 279.38 0.83 0.54
Hex A8 28 EB 1D 53 0 8 117 53 36
Octal 250 50 353 35 123 0 10 427 123 66
Binary 10101000 101000 11101011 11101 1010011 0 1000 100010111 1010011 110110

Color Harmonies of #A828EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828EB

Black with #A828EB

Text Example


Text Example

White with #A828EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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