Html Css Color HEX #A33A75 Rouge

📋 copy color: '#A33A75'

red 163 ◦ green 58 ◦ blue 117

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

Shades of Rouge #A33A75

Tints of Rouge #A33A75

RGB

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

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

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

R = 48.22%
G = 17.16%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A33A75 (or 0xA33A75) is known color: Rouge. HEX triplet: A3, 3A and 75. RGB value is (163,58,117). Sum of RGB (Red+Green+Blue) = 163+58+117=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A75 is #5CC58A. Grayscale: #5F5F5F. Windows color (decimal): -6079883 or 7682723. OLE color: 7682723.

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

Color convert

RGB 163 58 117 -
CMYK 0 0.64 0.28 0.36
HSL 326.29º 0.48% 0.43% -
HSV(B) 326.29º 0.64% 0.64% -
XYZ 19.83 12.1 18.12 -
YUV 96.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 163 58 117 0 0.64 0.28 0.36 326.29 0.48 0.43
Hex A3 3A 75 0 40 1C 24 146 30 2B
Octal 243 72 165 0 100 34 44 506 60 53
Binary 10100011 111010 1110101 0 1000000 11100 100100 101000110 110000 101011

Color Harmonies of #A33A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A75

Black with #A33A75

Text Example


Text Example

White with #A33A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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