Html Css Color HEX #A33B77 Rouge

📋 copy color: '#A33B77'

red 163 ◦ green 59 ◦ blue 119

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

Shades of Rouge #A33B77

Tints of Rouge #A33B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 47.8%
G = 17.3%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A33B77 (or 0xA33B77) is known color: Rouge. HEX triplet: A3, 3B and 77. RGB value is (163,59,119). Sum of RGB (Red+Green+Blue) = 163+59+119=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B77 is #5CC488. Grayscale: #606060. Windows color (decimal): -6079625 or 7814051. OLE color: 7814051.

HSL color Cylindrical-coordinate representation of color #A33B77: hue angle of 325.38º 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 #A33B77 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 59 119 -
CMYK 0 0.64 0.27 0.36
HSL 325.38º 0.47% 0.44% -
HSV(B) 325.38º 0.64% 0.64% -
XYZ 20 12.25 18.76 -
YUV 96.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 163 59 119 0 0.64 0.27 0.36 325.38 0.47 0.44
Hex A3 3B 77 0 40 1B 24 145 2F 2C
Octal 243 73 167 0 100 33 44 505 57 54
Binary 10100011 111011 1110111 0 1000000 11011 100100 101000101 101111 101100

Color Harmonies of #A33B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33B77

Black with #A33B77

Text Example


Text Example

White with #A33B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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