Html Css Color HEX #A8416C Rouge

📋 copy color: '#A8416C'

red 168 ◦ green 65 ◦ blue 108

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

Shades of Rouge #A8416C

Tints of Rouge #A8416C

RGB

 RED value IS 168 (66.02% from 255) = 49.27%

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 49.27%
G = 19.06%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8416C (or 0xA8416C) is known color: Rouge. HEX triplet: A8, 41 and 6C. RGB value is (168,65,108). Sum of RGB (Red+Green+Blue) = 168+65+108=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8416C is #57BE93. Grayscale: #646464. Windows color (decimal): -5750420 or 7094696. OLE color: 7094696.

HSL color Cylindrical-coordinate representation of color #A8416C: hue angle of 334.95º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8416C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 108 -
CMYK 0 0.61 0.36 0.34
HSL 334.95º 0.44% 0.46% -
HSV(B) 334.95º 0.61% 0.66% -
XYZ 20.75 13.19 15.64 -
YUV 100.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 168 65 108 0 0.61 0.36 0.34 334.95 0.44 0.46
Hex A8 41 6C 0 3D 24 22 14F 2C 2E
Octal 250 101 154 0 75 44 42 517 54 56
Binary 10101000 1000001 1101100 0 111101 100100 100010 101001111 101100 101110

Color Harmonies of #A8416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8416C

Black with #A8416C

Text Example


Text Example

White with #A8416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8416C; }

 p { color: rgb(168,65,108); }

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

background-color css

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

 a { background-color: rgb(168,65,108); }

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

border-color css

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

 span { border-color: rgb(168,65,108); }

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