Html Css Color HEX #A828EE Blue Violet

📋 copy color: '#A828EE'

red 168 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #A828EE

Tints of Blue Violet #A828EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 37.67%
G = 8.97%
B = 53.36%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A828EE (or 0xA828EE) is known color: Blue Violet. HEX triplet: A8, 28 and EE. RGB value is (168,40,238). Sum of RGB (Red+Green+Blue) = 168+40+238=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #A828EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828EE is #57D711. Grayscale: #646464. Windows color (decimal): -5756690 or 15607976. OLE color: 15607976.

HSL color Cylindrical-coordinate representation of color #A828EE: hue angle of 278.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A828EE is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 40 238 -
CMYK 0.29 0.83 0 0.07
HSL 278.79º 0.85% 0.55% -
HSV(B) 278.79º 0.83% 0.93% -
XYZ 32.34 16.02 82.28 -
YUV 100.84 205.41 175.9 -
System Red Green Blue C M Y K H S L
Decimal 168 40 238 0.29 0.83 0 0.07 278.79 0.85 0.55
Hex A8 28 EE 1D 53 0 7 117 55 37
Octal 250 50 356 35 123 0 7 427 125 67
Binary 10101000 101000 11101110 11101 1010011 0 111 100010111 1010101 110111

Color Harmonies of #A828EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828EE

Black with #A828EE

Text Example


Text Example

White with #A828EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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