Html Css Color HEX #A93066 Rouge

📋 copy color: '#A93066'

red 169 ◦ green 48 ◦ blue 102

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

Shades of Rouge #A93066

Tints of Rouge #A93066

RGB

 RED value IS 169 (66.41% from 255) = 52.98%

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 52.98%
G = 15.05%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A93066 (or 0xA93066) is known color: Rouge. HEX triplet: A9, 30 and 66. RGB value is (169,48,102). Sum of RGB (Red+Green+Blue) = 169+48+102=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A93066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93066 is #56CF99. Grayscale: #5A5A5A. Windows color (decimal): -5689242 or 6697129. OLE color: 6697129.

HSL color Cylindrical-coordinate representation of color #A93066: hue angle of 333.22º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93066 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 48 102 -
CMYK 0 0.72 0.40 0.34
HSL 333.22º 0.56% 0.43% -
HSV(B) 333.22º 0.72% 0.66% -
XYZ 19.82 11.51 13.75 -
YUV 90.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 169 48 102 0 0.72 0.40 0.34 333.22 0.56 0.43
Hex A9 30 66 0 48 28 22 14D 38 2B
Octal 251 60 146 0 110 50 42 515 70 53
Binary 10101001 110000 1100110 0 1001000 101000 100010 101001101 111000 101011

Color Harmonies of #A93066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93066

Black with #A93066

Text Example


Text Example

White with #A93066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93066; }

 p { color: rgb(169,48,102); }

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

background-color css

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

 a { background-color: rgb(169,48,102); }

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

border-color css

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

 span { border-color: rgb(169,48,102); }

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