Html Css Color HEX #A2495E Hippie Pink

📋 copy color: '#A2495E'

red 162 ◦ green 73 ◦ blue 94

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

Shades of Hippie Pink #A2495E

Tints of Hippie Pink #A2495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 49.24%
G = 22.19%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2495E (or 0xA2495E) is known color: Hippie Pink. HEX triplet: A2, 49 and 5E. RGB value is (162,73,94). Sum of RGB (Red+Green+Blue) = 162+73+94=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495E is #5DB6A1. Grayscale: #666666. Windows color (decimal): -6141602 or 6179234. OLE color: 6179234.

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

Color convert

RGB 162 73 94 -
CMYK 0 0.55 0.42 0.36
HSL 345.84º 0.38% 0.46% -
HSV(B) 345.84º 0.55% 0.64% -
XYZ 19.3 13.25 12.13 -
YUV 102.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 162 73 94 0 0.55 0.42 0.36 345.84 0.38 0.46
Hex A2 49 5E 0 37 2A 24 15A 26 2E
Octal 242 111 136 0 67 52 44 532 46 56
Binary 10100010 1001001 1011110 0 110111 101010 100100 101011010 100110 101110

Color Harmonies of #A2495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2495E

Black with #A2495E

Text Example


Text Example

White with #A2495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2495E; }

 p { color: rgb(162,73,94); }

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

background-color css

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

 a { background-color: rgb(162,73,94); }

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

border-color css

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

 span { border-color: rgb(162,73,94); }

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