Html Css Color HEX #A83473 Rouge

📋 copy color: '#A83473'

red 168 ◦ green 52 ◦ blue 115

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

Shades of Rouge #A83473

Tints of Rouge #A83473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 50.15%
G = 15.52%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A83473 (or 0xA83473) is known color: Rouge. HEX triplet: A8, 34 and 73. RGB value is (168,52,115). Sum of RGB (Red+Green+Blue) = 168+52+115=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A83473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83473 is #57CB8C. Grayscale: #5D5D5D. Windows color (decimal): -5753741 or 7550120. OLE color: 7550120.

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

Color convert

RGB 168 52 115 -
CMYK 0 0.69 0.32 0.34
HSL 327.41º 0.53% 0.43% -
HSV(B) 327.41º 0.69% 0.66% -
XYZ 20.47 12.02 17.46 -
YUV 93.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 168 52 115 0 0.69 0.32 0.34 327.41 0.53 0.43
Hex A8 34 73 0 45 20 22 147 35 2B
Octal 250 64 163 0 105 40 42 507 65 53
Binary 10101000 110100 1110011 0 1000101 100000 100010 101000111 110101 101011

Color Harmonies of #A83473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83473

Black with #A83473

Text Example


Text Example

White with #A83473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83473; }

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

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

background-color css

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

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

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

border-color css

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

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

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