Html Css Color HEX #A5275C Lipstick

📋 copy color: '#A5275C'

red 165 ◦ green 39 ◦ blue 92

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

Shades of Lipstick #A5275C

Tints of Lipstick #A5275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 55.74%
G = 13.18%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5275C (or 0xA5275C) is known color: Lipstick. HEX triplet: A5, 27 and 5C. RGB value is (165,39,92). Sum of RGB (Red+Green+Blue) = 165+39+92=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5275C is #5AD8A3. Grayscale: #525252. Windows color (decimal): -5953700 or 6039461. OLE color: 6039461.

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

Color convert

RGB 165 39 92 -
CMYK 0 0.76 0.44 0.35
HSL 334.76º 0.62% 0.4% -
HSV(B) 334.76º 0.76% 0.65% -
XYZ 18.17 10.22 11.14 -
YUV 82.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 165 39 92 0 0.76 0.44 0.35 334.76 0.62 0.4
Hex A5 27 5C 0 4C 2C 23 14F 3E 28
Octal 245 47 134 0 114 54 43 517 76 50
Binary 10100101 100111 1011100 0 1001100 101100 100011 101001111 111110 101000

Color Harmonies of #A5275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5275C

Black with #A5275C

Text Example


Text Example

White with #A5275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5275C; }

 p { color: rgb(165,39,92); }

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

background-color css

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

 a { background-color: rgb(165,39,92); }

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

border-color css

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

 span { border-color: rgb(165,39,92); }

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