Html Css Color HEX #A52666 Lipstick

📋 copy color: '#A52666'

red 165 ◦ green 38 ◦ blue 102

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

Shades of Lipstick #A52666

Tints of Lipstick #A52666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 54.1%
G = 12.46%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A52666 (or 0xA52666) is known color: Lipstick. HEX triplet: A5, 26 and 66. RGB value is (165,38,102). Sum of RGB (Red+Green+Blue) = 165+38+102=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A52666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52666 is #5AD999. Grayscale: #535353. Windows color (decimal): -5953946 or 6694565. OLE color: 6694565.

HSL color Cylindrical-coordinate representation of color #A52666: hue angle of 329.76º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52666 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 38 102 -
CMYK 0 0.77 0.38 0.35
HSL 329.76º 0.63% 0.4% -
HSV(B) 329.76º 0.77% 0.65% -
XYZ 18.61 10.34 13.59 -
YUV 83.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 165 38 102 0 0.77 0.38 0.35 329.76 0.63 0.4
Hex A5 26 66 0 4D 26 23 14A 3F 28
Octal 245 46 146 0 115 46 43 512 77 50
Binary 10100101 100110 1100110 0 1001101 100110 100011 101001010 111111 101000

Color Harmonies of #A52666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52666

Black with #A52666

Text Example


Text Example

White with #A52666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52666; }

 p { color: rgb(165,38,102); }

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

background-color css

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

 a { background-color: rgb(165,38,102); }

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

border-color css

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

 span { border-color: rgb(165,38,102); }

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