Html Css Color HEX #A829EC Blue Violet

📋 copy color: '#A829EC'

red 168 ◦ green 41 ◦ blue 236

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

Shades of Blue Violet #A829EC

Tints of Blue Violet #A829EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 37.75%
G = 9.21%
B = 53.03%

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

#A829EC (or 0xA829EC) is known color: Blue Violet. HEX triplet: A8, 29 and EC. RGB value is (168,41,236). Sum of RGB (Red+Green+Blue) = 168+41+236=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #A829EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A829EC is #57D613. Grayscale: #646464. Windows color (decimal): -5756436 or 15477160. OLE color: 15477160.

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

Color convert

RGB 168 41 236 -
CMYK 0.29 0.83 0 0.07
HSL 279.08º 0.84% 0.54% -
HSV(B) 279.08º 0.83% 0.93% -
XYZ 32.08 15.97 80.75 -
YUV 101.2 204.08 175.64 -
System Red Green Blue C M Y K H S L
Decimal 168 41 236 0.29 0.83 0 0.07 279.08 0.84 0.54
Hex A8 29 EC 1D 53 0 7 117 54 36
Octal 250 51 354 35 123 0 7 427 124 66
Binary 10101000 101001 11101100 11101 1010011 0 111 100010111 1010100 110110

Color Harmonies of #A829EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829EC

Black with #A829EC

Text Example


Text Example

White with #A829EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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