Html Css Color HEX #A83461 Rouge

📋 copy color: '#A83461'

red 168 ◦ green 52 ◦ blue 97

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

Shades of Rouge #A83461

Tints of Rouge #A83461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 97 (38.28% from 255) = 30.6%

R = 53%
G = 16.4%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A83461 (or 0xA83461) is known color: Rouge. HEX triplet: A8, 34 and 61. RGB value is (168,52,97). Sum of RGB (Red+Green+Blue) = 168+52+97=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A83461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83461 is #57CB9E. Grayscale: #5B5B5B. Windows color (decimal): -5753759 or 6370472. OLE color: 6370472.

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

Color convert

RGB 168 52 97 -
CMYK 0 0.69 0.42 0.34
HSL 336.72º 0.53% 0.43% -
HSV(B) 336.72º 0.69% 0.66% -
XYZ 19.53 11.64 12.53 -
YUV 91.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 168 52 97 0 0.69 0.42 0.34 336.72 0.53 0.43
Hex A8 34 61 0 45 2A 22 151 35 2B
Octal 250 64 141 0 105 52 42 521 65 53
Binary 10101000 110100 1100001 0 1000101 101010 100010 101010001 110101 101011

Color Harmonies of #A83461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83461

Black with #A83461

Text Example


Text Example

White with #A83461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83461; }

 p { color: rgb(168,52,97); }

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

background-color css

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

 a { background-color: rgb(168,52,97); }

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

border-color css

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

 span { border-color: rgb(168,52,97); }

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