Html Css Color HEX #A2465C Hippie Pink

📋 copy color: '#A2465C'

red 162 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #A2465C

Tints of Hippie Pink #A2465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 50%
G = 21.6%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2465C (or 0xA2465C) is known color: Hippie Pink. HEX triplet: A2, 46 and 5C. RGB value is (162,70,92). Sum of RGB (Red+Green+Blue) = 162+70+92=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2465C is #5DB9A3. Grayscale: #646464. Windows color (decimal): -6142372 or 6047394. OLE color: 6047394.

HSL color Cylindrical-coordinate representation of color #A2465C: hue angle of 345.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2465C is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 70 92 -
CMYK 0 0.57 0.43 0.36
HSL 345.65º 0.4% 0.45% -
HSV(B) 345.65º 0.57% 0.64% -
XYZ 19.02 12.83 11.6 -
YUV 100.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 162 70 92 0 0.57 0.43 0.36 345.65 0.4 0.45
Hex A2 46 5C 0 39 2B 24 15A 28 2D
Octal 242 106 134 0 71 53 44 532 50 55
Binary 10100010 1000110 1011100 0 111001 101011 100100 101011010 101000 101101

Color Harmonies of #A2465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2465C

Black with #A2465C

Text Example


Text Example

White with #A2465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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