Html Css Color HEX #A33474 Rouge

📋 copy color: '#A33474'

red 163 ◦ green 52 ◦ blue 116

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

Shades of Rouge #A33474

Tints of Rouge #A33474

RGB

 RED value IS 163 (64.06% from 255) = 49.24%

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

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

R = 49.24%
G = 15.71%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A33474 (or 0xA33474) is known color: Rouge. HEX triplet: A3, 34 and 74. RGB value is (163,52,116). Sum of RGB (Red+Green+Blue) = 163+52+116=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A33474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33474 is #5CCB8B. Grayscale: #5C5C5C. Windows color (decimal): -6081420 or 7615651. OLE color: 7615651.

HSL color Cylindrical-coordinate representation of color #A33474: hue angle of 325.41º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33474 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 116 -
CMYK 0 0.68 0.29 0.36
HSL 325.41º 0.52% 0.42% -
HSV(B) 325.41º 0.68% 0.64% -
XYZ 19.48 11.5 17.72 -
YUV 92.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 163 52 116 0 0.68 0.29 0.36 325.41 0.52 0.42
Hex A3 34 74 0 44 1D 24 145 34 2A
Octal 243 64 164 0 104 35 44 505 64 52
Binary 10100011 110100 1110100 0 1000100 11101 100100 101000101 110100 101010

Color Harmonies of #A33474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33474

Black with #A33474

Text Example


Text Example

White with #A33474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33474; }

 p { color: rgb(163,52,116); }

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

background-color css

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

 a { background-color: rgb(163,52,116); }

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

border-color css

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

 span { border-color: rgb(163,52,116); }

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