Html Css Color HEX #A2429A Violet Blue

📋 copy color: '#A2429A'

red 162 ◦ green 66 ◦ blue 154

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

Shades of Violet Blue #A2429A

Tints of Violet Blue #A2429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 42.41%
G = 17.28%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2429A (or 0xA2429A) is known color: Violet Blue. HEX triplet: A2, 42 and 9A. RGB value is (162,66,154). Sum of RGB (Red+Green+Blue) = 162+66+154=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2429A is #5DBD65. Grayscale: #686868. Windows color (decimal): -6143334 or 10109602. OLE color: 10109602.

HSL color Cylindrical-coordinate representation of color #A2429A: hue angle of 305º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2429A is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 66 154 -
CMYK 0 0.59 0.05 0.36
HSL 305º 0.42% 0.45% -
HSV(B) 305º 0.59% 0.64% -
XYZ 22.68 13.91 32.06 -
YUV 104.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 162 66 154 0 0.59 0.05 0.36 305 0.42 0.45
Hex A2 42 9A 0 3B 5 24 131 2A 2D
Octal 242 102 232 0 73 5 44 461 52 55
Binary 10100010 1000010 10011010 0 111011 101 100100 100110001 101010 101101

Color Harmonies of #A2429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2429A

Black with #A2429A

Text Example


Text Example

White with #A2429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2429A; }

 p { color: rgb(162,66,154); }

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

background-color css

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

 a { background-color: rgb(162,66,154); }

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

border-color css

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

 span { border-color: rgb(162,66,154); }

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