Html Css Color HEX #A828ED Blue Violet

📋 copy color: '#A828ED'

red 168 ◦ green 40 ◦ blue 237

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

Shades of Blue Violet #A828ED

Tints of Blue Violet #A828ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 37.75%
G = 8.99%
B = 53.26%

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

#A828ED (or 0xA828ED) is known color: Blue Violet. HEX triplet: A8, 28 and ED. RGB value is (168,40,237). Sum of RGB (Red+Green+Blue) = 168+40+237=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #A828ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828ED is #57D712. Grayscale: #646464. Windows color (decimal): -5756691 or 15542440. OLE color: 15542440.

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

Color convert

RGB 168 40 237 -
CMYK 0.29 0.83 0 0.07
HSL 278.98º 0.85% 0.54% -
HSV(B) 278.98º 0.83% 0.93% -
XYZ 32.19 15.96 81.5 -
YUV 100.73 204.91 175.98 -
System Red Green Blue C M Y K H S L
Decimal 168 40 237 0.29 0.83 0 0.07 278.98 0.85 0.54
Hex A8 28 ED 1D 53 0 7 117 55 36
Octal 250 50 355 35 123 0 7 427 125 66
Binary 10101000 101000 11101101 11101 1010011 0 111 100010111 1010101 110110

Color Harmonies of #A828ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828ED

Black with #A828ED

Text Example


Text Example

White with #A828ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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