Html Css Color HEX #A5214E Lipstick

📋 copy color: '#A5214E'

red 165 ◦ green 33 ◦ blue 78

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

Shades of Lipstick #A5214E

Tints of Lipstick #A5214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 59.78%
G = 11.96%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5214E (or 0xA5214E) is known color: Lipstick. HEX triplet: A5, 21 and 4E. RGB value is (165,33,78). Sum of RGB (Red+Green+Blue) = 165+33+78=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5214E is #5ADEB1. Grayscale: #4D4D4D. Windows color (decimal): -5955250 or 5120421. OLE color: 5120421.

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

Color convert

RGB 165 33 78 -
CMYK 0 0.8 0.53 0.35
HSL 339.55º 0.67% 0.39% -
HSV(B) 339.55º 0.8% 0.65% -
XYZ 17.44 9.64 8.15 -
YUV 77.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 165 33 78 0 0.8 0.53 0.35 339.55 0.67 0.39
Hex A5 21 4E 0 50 35 23 154 43 27
Octal 245 41 116 0 120 65 43 524 103 47
Binary 10100101 100001 1001110 0 1010000 110101 100011 101010100 1000011 100111

Color Harmonies of #A5214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5214E

Black with #A5214E

Text Example


Text Example

White with #A5214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5214E; }

 p { color: rgb(165,33,78); }

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

background-color css

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

 a { background-color: rgb(165,33,78); }

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

border-color css

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

 span { border-color: rgb(165,33,78); }

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