Html Css Color HEX #A2818C Venus

📋 copy color: '#A2818C'

red 162 ◦ green 129 ◦ blue 140

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

Shades of Venus #A2818C

Tints of Venus #A2818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 37.59%
G = 29.93%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2818C (or 0xA2818C) is known color: Venus. HEX triplet: A2, 81 and 8C. RGB value is (162,129,140). Sum of RGB (Red+Green+Blue) = 162+129+140=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2818C is #5D7E73. Grayscale: #8C8C8C. Windows color (decimal): -6127220 or 9208226. OLE color: 9208226.

HSL color Cylindrical-coordinate representation of color #A2818C: hue angle of 340º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2818C is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 129 140 -
CMYK 0 0.20 0.14 0.36
HSL 340º 0.15% 0.57% -
HSV(B) 340º 0.2% 0.64% -
XYZ 27.48 25.28 28.24 -
YUV 140.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 162 129 140 0 0.20 0.14 0.36 340 0.15 0.57
Hex A2 81 8C 0 14 E 24 154 F 39
Octal 242 201 214 0 24 16 44 524 17 71
Binary 10100010 10000001 10001100 0 10100 1110 100100 101010100 1111 111001

Color Harmonies of #A2818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2818C

Black with #A2818C

Text Example


Text Example

White with #A2818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2818C; }

 p { color: rgb(162,129,140); }

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

background-color css

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

 a { background-color: rgb(162,129,140); }

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

border-color css

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

 span { border-color: rgb(162,129,140); }

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