Html Css Color HEX #A63E63 Rouge

📋 copy color: '#A63E63'

red 166 ◦ green 62 ◦ blue 99

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

Shades of Rouge #A63E63

Tints of Rouge #A63E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.96%

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

R = 50.76%
G = 18.96%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63E63 (or 0xA63E63) is known color: Rouge. HEX triplet: A6, 3E and 63. RGB value is (166,62,99). Sum of RGB (Red+Green+Blue) = 166+62+99=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E63 is #59C19C. Grayscale: #616161. Windows color (decimal): -5882269 or 6504102. OLE color: 6504102.

HSL color Cylindrical-coordinate representation of color #A63E63: hue angle of 338.65º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E63 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 62 99 -
CMYK 0 0.63 0.40 0.35
HSL 338.65º 0.46% 0.45% -
HSV(B) 338.65º 0.63% 0.65% -
XYZ 19.7 12.45 13.17 -
YUV 97.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 166 62 99 0 0.63 0.40 0.35 338.65 0.46 0.45
Hex A6 3E 63 0 3F 28 23 153 2E 2D
Octal 246 76 143 0 77 50 43 523 56 55
Binary 10100110 111110 1100011 0 111111 101000 100011 101010011 101110 101101

Color Harmonies of #A63E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E63

Black with #A63E63

Text Example


Text Example

White with #A63E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E63; }

 p { color: rgb(166,62,99); }

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

background-color css

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

 a { background-color: rgb(166,62,99); }

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

border-color css

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

 span { border-color: rgb(166,62,99); }

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