Html Css Color HEX #A63066 Rouge

📋 copy color: '#A63066'

red 166 ◦ green 48 ◦ blue 102

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

Shades of Rouge #A63066

Tints of Rouge #A63066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 52.53%
G = 15.19%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63066 (or 0xA63066) is known color: Rouge. HEX triplet: A6, 30 and 66. RGB value is (166,48,102). Sum of RGB (Red+Green+Blue) = 166+48+102=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A63066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63066 is #59CF99. Grayscale: #595959. Windows color (decimal): -5885850 or 6697126. OLE color: 6697126.

HSL color Cylindrical-coordinate representation of color #A63066: hue angle of 332.54º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63066 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 48 102 -
CMYK 0 0.71 0.39 0.35
HSL 332.54º 0.55% 0.42% -
HSV(B) 332.54º 0.71% 0.65% -
XYZ 19.18 11.18 13.72 -
YUV 89.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 166 48 102 0 0.71 0.39 0.35 332.54 0.55 0.42
Hex A6 30 66 0 47 27 23 14D 37 2A
Octal 246 60 146 0 107 47 43 515 67 52
Binary 10100110 110000 1100110 0 1000111 100111 100011 101001101 110111 101010

Color Harmonies of #A63066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63066

Black with #A63066

Text Example


Text Example

White with #A63066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63066; }

 p { color: rgb(166,48,102); }

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

background-color css

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

 a { background-color: rgb(166,48,102); }

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

border-color css

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

 span { border-color: rgb(166,48,102); }

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