Html Css Color HEX #A33F75 Rouge

📋 copy color: '#A33F75'

red 163 ◦ green 63 ◦ blue 117

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

Shades of Rouge #A33F75

Tints of Rouge #A33F75

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

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

R = 47.52%
G = 18.37%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A33F75 (or 0xA33F75) is known color: Rouge. HEX triplet: A3, 3F and 75. RGB value is (163,63,117). Sum of RGB (Red+Green+Blue) = 163+63+117=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33F75 is #5CC08A. Grayscale: #626262. Windows color (decimal): -6078603 or 7684003. OLE color: 7684003.

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

Color convert

RGB 163 63 117 -
CMYK 0 0.61 0.28 0.36
HSL 327.6º 0.44% 0.44% -
HSV(B) 327.6º 0.61% 0.64% -
XYZ 20.09 12.63 18.21 -
YUV 99.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 163 63 117 0 0.61 0.28 0.36 327.6 0.44 0.44
Hex A3 3F 75 0 3D 1C 24 148 2C 2C
Octal 243 77 165 0 75 34 44 510 54 54
Binary 10100011 111111 1110101 0 111101 11100 100100 101001000 101100 101100

Color Harmonies of #A33F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F75

Black with #A33F75

Text Example


Text Example

White with #A33F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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