Html Css Color HEX #A33374 Rouge

📋 copy color: '#A33374'

red 163 ◦ green 51 ◦ blue 116

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

Shades of Rouge #A33374

Tints of Rouge #A33374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 49.39%
G = 15.45%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A33374 (or 0xA33374) is known color: Rouge. HEX triplet: A3, 33 and 74. RGB value is (163,51,116). Sum of RGB (Red+Green+Blue) = 163+51+116=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33374 is #5CCC8B. Grayscale: #5B5B5B. Windows color (decimal): -6081676 or 7615395. OLE color: 7615395.

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

Color convert

RGB 163 51 116 -
CMYK 0 0.69 0.29 0.36
HSL 325.18º 0.52% 0.42% -
HSV(B) 325.18º 0.69% 0.64% -
XYZ 19.44 11.42 17.7 -
YUV 91.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 163 51 116 0 0.69 0.29 0.36 325.18 0.52 0.42
Hex A3 33 74 0 45 1D 24 145 34 2A
Octal 243 63 164 0 105 35 44 505 64 52
Binary 10100011 110011 1110100 0 1000101 11101 100100 101000101 110100 101010

Color Harmonies of #A33374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33374

Black with #A33374

Text Example


Text Example

White with #A33374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33374; }

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

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

background-color css

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

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

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

border-color css

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

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

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