Html Css Color HEX #A828EA Blue Violet

📋 copy color: '#A828EA'

red 168 ◦ green 40 ◦ blue 234

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

Shades of Blue Violet #A828EA

Tints of Blue Violet #A828EA

RGB

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

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

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

R = 38.01%
G = 9.05%
B = 52.94%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A828EA (or 0xA828EA) is known color: Blue Violet. HEX triplet: A8, 28 and EA. RGB value is (168,40,234). Sum of RGB (Red+Green+Blue) = 168+40+234=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #A828EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828EA is #57D715. Grayscale: #636363. Windows color (decimal): -5756694 or 15345832. OLE color: 15345832.

HSL color Cylindrical-coordinate representation of color #A828EA: hue angle of 279.59º degrees, saturation: 0.82, 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 #A828EA is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 40 234 -
CMYK 0.28 0.83 0 0.08
HSL 279.59º 0.82% 0.54% -
HSV(B) 279.59º 0.83% 0.92% -
XYZ 31.76 15.78 79.21 -
YUV 100.39 203.41 176.23 -
System Red Green Blue C M Y K H S L
Decimal 168 40 234 0.28 0.83 0 0.08 279.59 0.82 0.54
Hex A8 28 EA 1C 53 0 8 118 52 36
Octal 250 50 352 34 123 0 10 430 122 66
Binary 10101000 101000 11101010 11100 1010011 0 1000 100011000 1010010 110110

Color Harmonies of #A828EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828EA

Black with #A828EA

Text Example


Text Example

White with #A828EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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