Html Css Color HEX #A32463 Lipstick

📋 copy color: '#A32463'

red 163 ◦ green 36 ◦ blue 99

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

Shades of Lipstick #A32463

Tints of Lipstick #A32463

RGB

 RED value IS 163 (64.06% from 255) = 54.7%

 GREEN value IS 36 (14.45% from 255) = 12.08%

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 54.7%
G = 12.08%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A32463 (or 0xA32463) is known color: Lipstick. HEX triplet: A3, 24 and 63. RGB value is (163,36,99). Sum of RGB (Red+Green+Blue) = 163+36+99=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A32463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32463 is #5CDB9C. Grayscale: #515151. Windows color (decimal): -6085533 or 6497443. OLE color: 6497443.

HSL color Cylindrical-coordinate representation of color #A32463: hue angle of 330.24º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32463 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 99 -
CMYK 0 0.78 0.39 0.36
HSL 330.24º 0.64% 0.39% -
HSV(B) 330.24º 0.78% 0.64% -
XYZ 17.99 9.95 12.78 -
YUV 81.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 163 36 99 0 0.78 0.39 0.36 330.24 0.64 0.39
Hex A3 24 63 0 4E 27 24 14A 40 27
Octal 243 44 143 0 116 47 44 512 100 47
Binary 10100011 100100 1100011 0 1001110 100111 100100 101001010 1000000 100111

Color Harmonies of #A32463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32463

Black with #A32463

Text Example


Text Example

White with #A32463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32463; }

 p { color: rgb(163,36,99); }

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

background-color css

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

 a { background-color: rgb(163,36,99); }

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

border-color css

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

 span { border-color: rgb(163,36,99); }

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