Html Css Color HEX #A63272 Rouge

📋 copy color: '#A63272'

red 166 ◦ green 50 ◦ blue 114

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

Shades of Rouge #A63272

Tints of Rouge #A63272

RGB

 RED value IS 166 (65.23% from 255) = 50.3%

 GREEN value IS 50 (19.92% from 255) = 15.15%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 50.3%
G = 15.15%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A63272 (or 0xA63272) is known color: Rouge. HEX triplet: A6, 32 and 72. RGB value is (166,50,114). Sum of RGB (Red+Green+Blue) = 166+50+114=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A63272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63272 is #59CD8D. Grayscale: #5B5B5B. Windows color (decimal): -5885326 or 7484070. OLE color: 7484070.

HSL color Cylindrical-coordinate representation of color #A63272: hue angle of 326.9º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63272 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 114 -
CMYK 0 0.70 0.31 0.35
HSL 326.9º 0.54% 0.42% -
HSV(B) 326.9º 0.7% 0.65% -
XYZ 19.9 11.6 17.11 -
YUV 91.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 166 50 114 0 0.70 0.31 0.35 326.9 0.54 0.42
Hex A6 32 72 0 46 1F 23 147 36 2A
Octal 246 62 162 0 106 37 43 507 66 52
Binary 10100110 110010 1110010 0 1000110 11111 100011 101000111 110110 101010

Color Harmonies of #A63272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63272

Black with #A63272

Text Example


Text Example

White with #A63272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63272; }

 p { color: rgb(166,50,114); }

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

background-color css

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

 a { background-color: rgb(166,50,114); }

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

border-color css

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

 span { border-color: rgb(166,50,114); }

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