Html Css Color HEX #A5255A Lipstick

📋 copy color: '#A5255A'

red 165 ◦ green 37 ◦ blue 90

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

Shades of Lipstick #A5255A

Tints of Lipstick #A5255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.67%

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

R = 56.51%
G = 12.67%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5255A (or 0xA5255A) is known color: Lipstick. HEX triplet: A5, 25 and 5A. RGB value is (165,37,90). Sum of RGB (Red+Green+Blue) = 165+37+90=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5255A is #5ADAA5. Grayscale: #515151. Windows color (decimal): -5954214 or 5907877. OLE color: 5907877.

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

Color convert

RGB 165 37 90 -
CMYK 0 0.78 0.45 0.35
HSL 335.16º 0.63% 0.4% -
HSV(B) 335.16º 0.78% 0.65% -
XYZ 18.02 10.06 10.66 -
YUV 81.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 165 37 90 0 0.78 0.45 0.35 335.16 0.63 0.4
Hex A5 25 5A 0 4E 2D 23 14F 3F 28
Octal 245 45 132 0 116 55 43 517 77 50
Binary 10100101 100101 1011010 0 1001110 101101 100011 101001111 111111 101000

Color Harmonies of #A5255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5255A

Black with #A5255A

Text Example


Text Example

White with #A5255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5255A; }

 p { color: rgb(165,37,90); }

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

background-color css

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

 a { background-color: rgb(165,37,90); }

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

border-color css

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

 span { border-color: rgb(165,37,90); }

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