Html Css Color HEX #A52462 Lipstick

📋 copy color: '#A52462'

red 165 ◦ green 36 ◦ blue 98

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

Shades of Lipstick #A52462

Tints of Lipstick #A52462

RGB

 RED value IS 165 (64.84% from 255) = 55.18%

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 55.18%
G = 12.04%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A52462 (or 0xA52462) is known color: Lipstick. HEX triplet: A5, 24 and 62. RGB value is (165,36,98). Sum of RGB (Red+Green+Blue) = 165+36+98=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A52462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52462 is #5ADB9D. Grayscale: #515151. Windows color (decimal): -5954462 or 6431909. OLE color: 6431909.

HSL color Cylindrical-coordinate representation of color #A52462: hue angle of 331.16º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52462 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 98 -
CMYK 0 0.78 0.41 0.35
HSL 331.16º 0.64% 0.39% -
HSV(B) 331.16º 0.78% 0.65% -
XYZ 18.35 10.14 12.55 -
YUV 81.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 165 36 98 0 0.78 0.41 0.35 331.16 0.64 0.39
Hex A5 24 62 0 4E 29 23 14B 40 27
Octal 245 44 142 0 116 51 43 513 100 47
Binary 10100101 100100 1100010 0 1001110 101001 100011 101001011 1000000 100111

Color Harmonies of #A52462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52462

Black with #A52462

Text Example


Text Example

White with #A52462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52462; }

 p { color: rgb(165,36,98); }

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

background-color css

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

 a { background-color: rgb(165,36,98); }

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

border-color css

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

 span { border-color: rgb(165,36,98); }

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