Html Css Color HEX #A83165 Rouge

📋 copy color: '#A83165'

red 168 ◦ green 49 ◦ blue 101

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

Shades of Rouge #A83165

Tints of Rouge #A83165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 101 (39.84% from 255) = 31.76%

R = 52.83%
G = 15.41%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A83165 (or 0xA83165) is known color: Rouge. HEX triplet: A8, 31 and 65. RGB value is (168,49,101). Sum of RGB (Red+Green+Blue) = 168+49+101=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A83165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83165 is #57CE9A. Grayscale: #5A5A5A. Windows color (decimal): -5754523 or 6631848. OLE color: 6631848.

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

Color convert

RGB 168 49 101 -
CMYK 0 0.71 0.40 0.34
HSL 333.78º 0.55% 0.43% -
HSV(B) 333.78º 0.71% 0.66% -
XYZ 19.6 11.46 13.49 -
YUV 90.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 168 49 101 0 0.71 0.40 0.34 333.78 0.55 0.43
Hex A8 31 65 0 47 28 22 14E 37 2B
Octal 250 61 145 0 107 50 42 516 67 53
Binary 10101000 110001 1100101 0 1000111 101000 100010 101001110 110111 101011

Color Harmonies of #A83165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83165

Black with #A83165

Text Example


Text Example

White with #A83165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83165; }

 p { color: rgb(168,49,101); }

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

background-color css

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

 a { background-color: rgb(168,49,101); }

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

border-color css

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

 span { border-color: rgb(168,49,101); }

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