Html Css Color HEX #A54166 Rouge

📋 copy color: '#A54166'

red 165 ◦ green 65 ◦ blue 102

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

Shades of Rouge #A54166

Tints of Rouge #A54166

RGB

 RED value IS 165 (64.84% from 255) = 49.7%

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

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

R = 49.7%
G = 19.58%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54166 (or 0xA54166) is known color: Rouge. HEX triplet: A5, 41 and 66. RGB value is (165,65,102). Sum of RGB (Red+Green+Blue) = 165+65+102=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A54166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54166 is #5ABE99. Grayscale: #636363. Windows color (decimal): -5947034 or 6701477. OLE color: 6701477.

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

Color convert

RGB 165 65 102 -
CMYK 0 0.61 0.38 0.35
HSL 337.8º 0.43% 0.45% -
HSV(B) 337.8º 0.61% 0.65% -
XYZ 19.81 12.74 13.99 -
YUV 99.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 165 65 102 0 0.61 0.38 0.35 337.8 0.43 0.45
Hex A5 41 66 0 3D 26 23 152 2B 2D
Octal 245 101 146 0 75 46 43 522 53 55
Binary 10100101 1000001 1100110 0 111101 100110 100011 101010010 101011 101101

Color Harmonies of #A54166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54166

Black with #A54166

Text Example


Text Example

White with #A54166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54166; }

 p { color: rgb(165,65,102); }

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

background-color css

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

 a { background-color: rgb(165,65,102); }

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

border-color css

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

 span { border-color: rgb(165,65,102); }

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