Html Css Color HEX #A83167 Rouge

📋 copy color: '#A83167'

red 168 ◦ green 49 ◦ blue 103

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

Shades of Rouge #A83167

Tints of Rouge #A83167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 52.5%
G = 15.31%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A83167 (or 0xA83167) is known color: Rouge. HEX triplet: A8, 31 and 67. RGB value is (168,49,103). Sum of RGB (Red+Green+Blue) = 168+49+103=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83167 is #57CE98. Grayscale: #5A5A5A. Windows color (decimal): -5754521 or 6762920. OLE color: 6762920.

HSL color Cylindrical-coordinate representation of color #A83167: hue angle of 332.77º 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 #A83167 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 103 -
CMYK 0 0.71 0.39 0.34
HSL 332.77º 0.55% 0.43% -
HSV(B) 332.77º 0.71% 0.66% -
XYZ 19.69 11.5 14.01 -
YUV 90.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 168 49 103 0 0.71 0.39 0.34 332.77 0.55 0.43
Hex A8 31 67 0 47 27 22 14D 37 2B
Octal 250 61 147 0 107 47 42 515 67 53
Binary 10101000 110001 1100111 0 1000111 100111 100010 101001101 110111 101011

Color Harmonies of #A83167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83167

Black with #A83167

Text Example


Text Example

White with #A83167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83167; }

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

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

background-color css

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

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

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

border-color css

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

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

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