Html Css Color HEX #A2878F Venus

📋 copy color: '#A2878F'

red 162 ◦ green 135 ◦ blue 143

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

Shades of Venus #A2878F

Tints of Venus #A2878F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 36.82%
G = 30.68%
B = 32.5%

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

#A2878F (or 0xA2878F) is known color: Venus. HEX triplet: A2, 87 and 8F. RGB value is (162,135,143). Sum of RGB (Red+Green+Blue) = 162+135+143=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A2878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2878F is #5D7870. Grayscale: #8F8F8F. Windows color (decimal): -6125681 or 9406370. OLE color: 9406370.

HSL color Cylindrical-coordinate representation of color #A2878F: hue angle of 342.22º 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 #A2878F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 135 143 -
CMYK 0 0.17 0.12 0.36
HSL 342.22º 0.13% 0.58% -
HSV(B) 342.22º 0.17% 0.64% -
XYZ 28.52 26.99 29.69 -
YUV 143.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 162 135 143 0 0.17 0.12 0.36 342.22 0.13 0.58
Hex A2 87 8F 0 11 C 24 156 D 3A
Octal 242 207 217 0 21 14 44 526 15 72
Binary 10100010 10000111 10001111 0 10001 1100 100100 101010110 1101 111010

Color Harmonies of #A2878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2878F

Black with #A2878F

Text Example


Text Example

White with #A2878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2878F; }

 p { color: rgb(162,135,143); }

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

background-color css

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

 a { background-color: rgb(162,135,143); }

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

border-color css

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

 span { border-color: rgb(162,135,143); }

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