Html Css Color HEX #A829EB Blue Violet

📋 copy color: '#A829EB'

red 168 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #A829EB

Tints of Blue Violet #A829EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.23%

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

R = 37.84%
G = 9.23%
B = 52.93%

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

#A829EB (or 0xA829EB) is known color: Blue Violet. HEX triplet: A8, 29 and EB. RGB value is (168,41,235). Sum of RGB (Red+Green+Blue) = 168+41+235=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #A829EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A829EB is #57D614. Grayscale: #646464. Windows color (decimal): -5756437 or 15411624. OLE color: 15411624.

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

Color convert

RGB 168 41 235 -
CMYK 0.29 0.83 0 0.08
HSL 279.28º 0.83% 0.54% -
HSV(B) 279.28º 0.83% 0.92% -
XYZ 31.94 15.91 79.98 -
YUV 101.09 203.58 175.73 -
System Red Green Blue C M Y K H S L
Decimal 168 41 235 0.29 0.83 0 0.08 279.28 0.83 0.54
Hex A8 29 EB 1D 53 0 8 117 53 36
Octal 250 51 353 35 123 0 10 427 123 66
Binary 10101000 101001 11101011 11101 1010011 0 1000 100010111 1010011 110110

Color Harmonies of #A829EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829EB

Black with #A829EB

Text Example


Text Example

White with #A829EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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