Html Css Color HEX #A63369 Rouge

📋 copy color: '#A63369'

red 166 ◦ green 51 ◦ blue 105

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

Shades of Rouge #A63369

Tints of Rouge #A63369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 51.55%
G = 15.84%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63369 (or 0xA63369) is known color: Rouge. HEX triplet: A6, 33 and 69. RGB value is (166,51,105). Sum of RGB (Red+Green+Blue) = 166+51+105=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63369 is #59CC96. Grayscale: #5B5B5B. Windows color (decimal): -5885079 or 6894502. OLE color: 6894502.

HSL color Cylindrical-coordinate representation of color #A63369: hue angle of 331.83º degrees, saturation: 0.53, 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 #A63369 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 105 -
CMYK 0 0.69 0.37 0.35
HSL 331.83º 0.53% 0.43% -
HSV(B) 331.83º 0.69% 0.65% -
XYZ 19.46 11.49 14.56 -
YUV 91.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 166 51 105 0 0.69 0.37 0.35 331.83 0.53 0.43
Hex A6 33 69 0 45 25 23 14C 35 2B
Octal 246 63 151 0 105 45 43 514 65 53
Binary 10100110 110011 1101001 0 1000101 100101 100011 101001100 110101 101011

Color Harmonies of #A63369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63369

Black with #A63369

Text Example


Text Example

White with #A63369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63369; }

 p { color: rgb(166,51,105); }

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

background-color css

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

 a { background-color: rgb(166,51,105); }

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

border-color css

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

 span { border-color: rgb(166,51,105); }

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