Html Css Color HEX #A33B75 Rouge

📋 copy color: '#A33B75'

red 163 ◦ green 59 ◦ blue 117

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

Shades of Rouge #A33B75

Tints of Rouge #A33B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

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

R = 48.08%
G = 17.4%
B = 34.51%

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

#A33B75 (or 0xA33B75) is known color: Rouge. HEX triplet: A3, 3B and 75. RGB value is (163,59,117). Sum of RGB (Red+Green+Blue) = 163+59+117=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B75 is #5CC48A. Grayscale: #606060. Windows color (decimal): -6079627 or 7682979. OLE color: 7682979.

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

Color convert

RGB 163 59 117 -
CMYK 0 0.64 0.28 0.36
HSL 326.54º 0.47% 0.44% -
HSV(B) 326.54º 0.64% 0.64% -
XYZ 19.88 12.2 18.14 -
YUV 96.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 163 59 117 0 0.64 0.28 0.36 326.54 0.47 0.44
Hex A3 3B 75 0 40 1C 24 147 2F 2C
Octal 243 73 165 0 100 34 44 507 57 54
Binary 10100011 111011 1110101 0 1000000 11100 100100 101000111 101111 101100

Color Harmonies of #A33B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33B75

Black with #A33B75

Text Example


Text Example

White with #A33B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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