Html Css Color HEX #A33D75 Rouge

📋 copy color: '#A33D75'

red 163 ◦ green 61 ◦ blue 117

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

Shades of Rouge #A33D75

Tints of Rouge #A33D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

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

R = 47.8%
G = 17.89%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A33D75 (or 0xA33D75) is known color: Rouge. HEX triplet: A3, 3D and 75. RGB value is (163,61,117). Sum of RGB (Red+Green+Blue) = 163+61+117=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D75 is #5CC28A. Grayscale: #616161. Windows color (decimal): -6079115 or 7683491. OLE color: 7683491.

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

Color convert

RGB 163 61 117 -
CMYK 0 0.63 0.28 0.36
HSL 327.06º 0.46% 0.44% -
HSV(B) 327.06º 0.63% 0.64% -
XYZ 19.98 12.41 18.17 -
YUV 97.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 163 61 117 0 0.63 0.28 0.36 327.06 0.46 0.44
Hex A3 3D 75 0 3F 1C 24 147 2E 2C
Octal 243 75 165 0 77 34 44 507 56 54
Binary 10100011 111101 1110101 0 111111 11100 100100 101000111 101110 101100

Color Harmonies of #A33D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D75

Black with #A33D75

Text Example


Text Example

White with #A33D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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