Html Css Color HEX #A83470 Rouge

📋 copy color: '#A83470'

red 168 ◦ green 52 ◦ blue 112

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

Shades of Rouge #A83470

Tints of Rouge #A83470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 50.6%
G = 15.66%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A83470 (or 0xA83470) is known color: Rouge. HEX triplet: A8, 34 and 70. RGB value is (168,52,112). Sum of RGB (Red+Green+Blue) = 168+52+112=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A83470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83470 is #57CB8F. Grayscale: #5D5D5D. Windows color (decimal): -5753744 or 7353512. OLE color: 7353512.

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

Color convert

RGB 168 52 112 -
CMYK 0 0.69 0.33 0.34
HSL 328.97º 0.53% 0.43% -
HSV(B) 328.97º 0.69% 0.66% -
XYZ 20.3 11.95 16.57 -
YUV 93.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 168 52 112 0 0.69 0.33 0.34 328.97 0.53 0.43
Hex A8 34 70 0 45 21 22 149 35 2B
Octal 250 64 160 0 105 41 42 511 65 53
Binary 10101000 110100 1110000 0 1000101 100001 100010 101001001 110101 101011

Color Harmonies of #A83470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83470

Black with #A83470

Text Example


Text Example

White with #A83470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83470; }

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

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

background-color css

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

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

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

border-color css

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

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

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