Html Css Color HEX #A63C75 Rouge

📋 copy color: '#A63C75'

red 166 ◦ green 60 ◦ blue 117

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

Shades of Rouge #A63C75

Tints of Rouge #A63C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 48.4%
G = 17.49%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63C75 (or 0xA63C75) is known color: Rouge. HEX triplet: A6, 3C and 75. RGB value is (166,60,117). Sum of RGB (Red+Green+Blue) = 166+60+117=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63C75 is #59C38A. Grayscale: #626262. Windows color (decimal): -5882763 or 7683238. OLE color: 7683238.

HSL color Cylindrical-coordinate representation of color #A63C75: hue angle of 327.74º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C75 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 60 117 -
CMYK 0 0.64 0.30 0.35
HSL 327.74º 0.47% 0.44% -
HSV(B) 327.74º 0.64% 0.65% -
XYZ 20.55 12.62 18.18 -
YUV 98.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 166 60 117 0 0.64 0.30 0.35 327.74 0.47 0.44
Hex A6 3C 75 0 40 1E 23 148 2F 2C
Octal 246 74 165 0 100 36 43 510 57 54
Binary 10100110 111100 1110101 0 1000000 11110 100011 101001000 101111 101100

Color Harmonies of #A63C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C75

Black with #A63C75

Text Example


Text Example

White with #A63C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C75; }

 p { color: rgb(166,60,117); }

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

background-color css

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

 a { background-color: rgb(166,60,117); }

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

border-color css

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

 span { border-color: rgb(166,60,117); }

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