Html Css Color HEX #A0429D Violet Blue

📋 copy color: '#A0429D'

red 160 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #A0429D

Tints of Violet Blue #A0429D

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 41.78%
G = 17.23%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0429D (or 0xA0429D) is known color: Violet Blue. HEX triplet: A0, 42 and 9D. RGB value is (160,66,157). Sum of RGB (Red+Green+Blue) = 160+66+157=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0429D is #5FBD62. Grayscale: #686868. Windows color (decimal): -6274403 or 10306208. OLE color: 10306208.

HSL color Cylindrical-coordinate representation of color #A0429D: hue angle of 301.91º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0429D is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 157 -
CMYK 0 0.59 0.02 0.37
HSL 301.91º 0.42% 0.44% -
HSV(B) 301.91º 0.59% 0.63% -
XYZ 22.53 13.8 33.38 -
YUV 104.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 160 66 157 0 0.59 0.02 0.37 301.91 0.42 0.44
Hex A0 42 9D 0 3B 2 25 12E 2A 2C
Octal 240 102 235 0 73 2 45 456 52 54
Binary 10100000 1000010 10011101 0 111011 10 100101 100101110 101010 101100

Color Harmonies of #A0429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0429D

Black with #A0429D

Text Example


Text Example

White with #A0429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0429D; }

 p { color: rgb(160,66,157); }

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

background-color css

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

 a { background-color: rgb(160,66,157); }

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

border-color css

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

 span { border-color: rgb(160,66,157); }

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