Html Css Color HEX #A63470 Rouge

📋 copy color: '#A63470'

red 166 ◦ green 52 ◦ blue 112

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

Shades of Rouge #A63470

Tints of Rouge #A63470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 50.3%
G = 15.76%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A63470 (or 0xA63470) is known color: Rouge. HEX triplet: A6, 34 and 70. RGB value is (166,52,112). Sum of RGB (Red+Green+Blue) = 166+52+112=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A63470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63470 is #59CB8F. Grayscale: #5C5C5C. Windows color (decimal): -5884816 or 7353510. OLE color: 7353510.

HSL color Cylindrical-coordinate representation of color #A63470: hue angle of 328.42º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63470 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 112 -
CMYK 0 0.69 0.33 0.35
HSL 328.42º 0.52% 0.43% -
HSV(B) 328.42º 0.69% 0.65% -
XYZ 19.88 11.73 16.55 -
YUV 92.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 166 52 112 0 0.69 0.33 0.35 328.42 0.52 0.43
Hex A6 34 70 0 45 21 23 148 34 2B
Octal 246 64 160 0 105 41 43 510 64 53
Binary 10100110 110100 1110000 0 1000101 100001 100011 101001000 110100 101011

Color Harmonies of #A63470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63470

Black with #A63470

Text Example


Text Example

White with #A63470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63470; }

 p { color: rgb(166,52,112); }

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

background-color css

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

 a { background-color: rgb(166,52,112); }

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

border-color css

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

 span { border-color: rgb(166,52,112); }

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