Html Css Color HEX #A229ED Blue Violet

📋 copy color: '#A229ED'

red 162 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #A229ED

Tints of Blue Violet #A229ED

RGB

 RED value IS 162 (63.67% from 255) = 36.82%

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

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

R = 36.82%
G = 9.32%
B = 53.86%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A229ED (or 0xA229ED) is known color: Blue Violet. HEX triplet: A2, 29 and ED. RGB value is (162,41,237). Sum of RGB (Red+Green+Blue) = 162+41+237=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #A229ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229ED is #5DD612. Grayscale: #626262. Windows color (decimal): -6149651 or 15542690. OLE color: 15542690.

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

Color convert

RGB 162 41 237 -
CMYK 0.32 0.83 0 0.07
HSL 277.04º 0.84% 0.55% -
HSV(B) 277.04º 0.83% 0.93% -
XYZ 30.98 15.38 81.46 -
YUV 99.52 205.59 172.56 -
System Red Green Blue C M Y K H S L
Decimal 162 41 237 0.32 0.83 0 0.07 277.04 0.84 0.55
Hex A2 29 ED 20 53 0 7 115 54 37
Octal 242 51 355 40 123 0 7 425 124 67
Binary 10100010 101001 11101101 100000 1010011 0 111 100010101 1010100 110111

Color Harmonies of #A229ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229ED

Black with #A229ED

Text Example


Text Example

White with #A229ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229ED; }

 p { color: rgb(162,41,237); }

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

background-color css

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

 a { background-color: rgb(162,41,237); }

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

border-color css

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

 span { border-color: rgb(162,41,237); }

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