Html Css Color HEX #A2495C Hippie Pink

📋 copy color: '#A2495C'

red 162 ◦ green 73 ◦ blue 92

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

Shades of Hippie Pink #A2495C

Tints of Hippie Pink #A2495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 49.54%
G = 22.32%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2495C (or 0xA2495C) is known color: Hippie Pink. HEX triplet: A2, 49 and 5C. RGB value is (162,73,92). Sum of RGB (Red+Green+Blue) = 162+73+92=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495C is #5DB6A3. Grayscale: #656565. Windows color (decimal): -6141604 or 6048162. OLE color: 6048162.

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

Color convert

RGB 162 73 92 -
CMYK 0 0.55 0.43 0.36
HSL 347.19º 0.38% 0.46% -
HSV(B) 347.19º 0.55% 0.64% -
XYZ 19.21 13.22 11.66 -
YUV 101.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 162 73 92 0 0.55 0.43 0.36 347.19 0.38 0.46
Hex A2 49 5C 0 37 2B 24 15B 26 2E
Octal 242 111 134 0 67 53 44 533 46 56
Binary 10100010 1001001 1011100 0 110111 101011 100100 101011011 100110 101110

Color Harmonies of #A2495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2495C

Black with #A2495C

Text Example


Text Example

White with #A2495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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