Html Css Color HEX #A2868E Venus

📋 copy color: '#A2868E'

red 162 ◦ green 134 ◦ blue 142

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

Shades of Venus #A2868E

Tints of Venus #A2868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 36.99%
G = 30.59%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2868E (or 0xA2868E) is known color: Venus. HEX triplet: A2, 86 and 8E. RGB value is (162,134,142). Sum of RGB (Red+Green+Blue) = 162+134+142=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A2868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2868E is #5D7971. Grayscale: #8F8F8F. Windows color (decimal): -6125938 or 9340578. OLE color: 9340578.

HSL color Cylindrical-coordinate representation of color #A2868E: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2868E is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 134 142 -
CMYK 0 0.17 0.12 0.36
HSL 342.86º 0.13% 0.58% -
HSV(B) 342.86º 0.17% 0.64% -
XYZ 28.31 26.68 29.25 -
YUV 143.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 162 134 142 0 0.17 0.12 0.36 342.86 0.13 0.58
Hex A2 86 8E 0 11 C 24 157 D 3A
Octal 242 206 216 0 21 14 44 527 15 72
Binary 10100010 10000110 10001110 0 10001 1100 100100 101010111 1101 111010

Color Harmonies of #A2868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2868E

Black with #A2868E

Text Example


Text Example

White with #A2868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2868E; }

 p { color: rgb(162,134,142); }

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

background-color css

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

 a { background-color: rgb(162,134,142); }

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

border-color css

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

 span { border-color: rgb(162,134,142); }

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