Html Css Color HEX #A33775 Rouge

📋 copy color: '#A33775'

red 163 ◦ green 55 ◦ blue 117

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

Shades of Rouge #A33775

Tints of Rouge #A33775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 48.66%
G = 16.42%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A33775 (or 0xA33775) is known color: Rouge. HEX triplet: A3, 37 and 75. RGB value is (163,55,117). Sum of RGB (Red+Green+Blue) = 163+55+117=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A33775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33775 is #5CC88A. Grayscale: #5E5E5E. Windows color (decimal): -6080651 or 7681955. OLE color: 7681955.

HSL color Cylindrical-coordinate representation of color #A33775: hue angle of 325.56º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33775 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 55 117 -
CMYK 0 0.66 0.28 0.36
HSL 325.56º 0.5% 0.43% -
HSV(B) 325.56º 0.66% 0.64% -
XYZ 19.68 11.8 18.07 -
YUV 94.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 163 55 117 0 0.66 0.28 0.36 325.56 0.5 0.43
Hex A3 37 75 0 42 1C 24 146 32 2B
Octal 243 67 165 0 102 34 44 506 62 53
Binary 10100011 110111 1110101 0 1000010 11100 100100 101000110 110010 101011

Color Harmonies of #A33775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33775

Black with #A33775

Text Example


Text Example

White with #A33775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33775; }

 p { color: rgb(163,55,117); }

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

background-color css

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

 a { background-color: rgb(163,55,117); }

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

border-color css

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

 span { border-color: rgb(163,55,117); }

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