Html Css Color HEX #A92058 Lipstick

📋 copy color: '#A92058'

red 169 ◦ green 32 ◦ blue 88

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

Shades of Lipstick #A92058

Tints of Lipstick #A92058

RGB

 RED value IS 169 (66.41% from 255) = 58.48%

 GREEN value IS 32 (12.89% from 255) = 11.07%

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 58.48%
G = 11.07%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A92058 (or 0xA92058) is known color: Lipstick. HEX triplet: A9, 20 and 58. RGB value is (169,32,88). Sum of RGB (Red+Green+Blue) = 169+32+88=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A92058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92058 is #56DFA7. Grayscale: #4F4F4F. Windows color (decimal): -5693352 or 5775529. OLE color: 5775529.

HSL color Cylindrical-coordinate representation of color #A92058: hue angle of 335.47º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92058 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 32 88 -
CMYK 0 0.81 0.48 0.34
HSL 335.47º 0.68% 0.39% -
HSV(B) 335.47º 0.81% 0.66% -
XYZ 18.64 10.17 10.21 -
YUV 79.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 169 32 88 0 0.81 0.48 0.34 335.47 0.68 0.39
Hex A9 20 58 0 51 30 22 14F 44 27
Octal 251 40 130 0 121 60 42 517 104 47
Binary 10101001 100000 1011000 0 1010001 110000 100010 101001111 1000100 100111

Color Harmonies of #A92058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92058

Black with #A92058

Text Example


Text Example

White with #A92058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92058; }

 p { color: rgb(169,32,88); }

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

background-color css

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

 a { background-color: rgb(169,32,88); }

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

border-color css

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

 span { border-color: rgb(169,32,88); }

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