Html Css Color HEX #A828E9 Blue Violet

📋 copy color: '#A828E9'

red 168 ◦ green 40 ◦ blue 233

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

Shades of Blue Violet #A828E9

Tints of Blue Violet #A828E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 38.1%
G = 9.07%
B = 52.83%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A828E9 (or 0xA828E9) is known color: Blue Violet. HEX triplet: A8, 28 and E9. RGB value is (168,40,233). Sum of RGB (Red+Green+Blue) = 168+40+233=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #A828E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828E9 is #57D716. Grayscale: #636363. Windows color (decimal): -5756695 or 15280296. OLE color: 15280296.

HSL color Cylindrical-coordinate representation of color #A828E9: hue angle of 279.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A828E9 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 40 233 -
CMYK 0.28 0.83 0 0.09
HSL 279.79º 0.81% 0.54% -
HSV(B) 279.79º 0.83% 0.91% -
XYZ 31.62 15.73 78.46 -
YUV 100.27 202.91 176.31 -
System Red Green Blue C M Y K H S L
Decimal 168 40 233 0.28 0.83 0 0.09 279.79 0.81 0.54
Hex A8 28 E9 1C 53 0 9 118 51 36
Octal 250 50 351 34 123 0 11 430 121 66
Binary 10101000 101000 11101001 11100 1010011 0 1001 100011000 1010001 110110

Color Harmonies of #A828E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828E9

Black with #A828E9

Text Example


Text Example

White with #A828E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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