Html Css Color HEX #A83A74 Rouge

📋 copy color: '#A83A74'

red 168 ◦ green 58 ◦ blue 116

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

Shades of Rouge #A83A74

Tints of Rouge #A83A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 49.12%
G = 16.96%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A83A74 (or 0xA83A74) is known color: Rouge. HEX triplet: A8, 3A and 74. RGB value is (168,58,116). Sum of RGB (Red+Green+Blue) = 168+58+116=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A74 is #57C58B. Grayscale: #616161. Windows color (decimal): -5752204 or 7617192. OLE color: 7617192.

HSL color Cylindrical-coordinate representation of color #A83A74: hue angle of 328.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A74 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 58 116 -
CMYK 0 0.65 0.31 0.34
HSL 328.36º 0.49% 0.44% -
HSV(B) 328.36º 0.65% 0.66% -
XYZ 20.81 12.61 17.86 -
YUV 97.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 168 58 116 0 0.65 0.31 0.34 328.36 0.49 0.44
Hex A8 3A 74 0 41 1F 22 148 31 2C
Octal 250 72 164 0 101 37 42 510 61 54
Binary 10101000 111010 1110100 0 1000001 11111 100010 101001000 110001 101100

Color Harmonies of #A83A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83A74

Black with #A83A74

Text Example


Text Example

White with #A83A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83A74; }

 p { color: rgb(168,58,116); }

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

background-color css

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

 a { background-color: rgb(168,58,116); }

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

border-color css

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

 span { border-color: rgb(168,58,116); }

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