Html Css Color HEX #A24E5A Hippie Pink

📋 copy color: '#A24E5A'

red 162 ◦ green 78 ◦ blue 90

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

Shades of Hippie Pink #A24E5A

Tints of Hippie Pink #A24E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 49.09%
G = 23.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A24E5A (or 0xA24E5A) is known color: Hippie Pink. HEX triplet: A2, 4E and 5A. RGB value is (162,78,90). Sum of RGB (Red+Green+Blue) = 162+78+90=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E5A is #5DB1A5. Grayscale: #686868. Windows color (decimal): -6140326 or 5918370. OLE color: 5918370.

HSL color Cylindrical-coordinate representation of color #A24E5A: hue angle of 351.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24E5A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 78 90 -
CMYK 0 0.52 0.44 0.36
HSL 351.43º 0.35% 0.47% -
HSV(B) 351.43º 0.52% 0.64% -
XYZ 19.47 13.87 11.32 -
YUV 104.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 162 78 90 0 0.52 0.44 0.36 351.43 0.35 0.47
Hex A2 4E 5A 0 34 2C 24 15F 23 2F
Octal 242 116 132 0 64 54 44 537 43 57
Binary 10100010 1001110 1011010 0 110100 101100 100100 101011111 100011 101111

Color Harmonies of #A24E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E5A

Black with #A24E5A

Text Example


Text Example

White with #A24E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E5A; }

 p { color: rgb(162,78,90); }

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

background-color css

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

 a { background-color: rgb(162,78,90); }

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

border-color css

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

 span { border-color: rgb(162,78,90); }

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