Html Css Color HEX #A33672 Rouge

📋 copy color: '#A33672'

red 163 ◦ green 54 ◦ blue 114

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

Shades of Rouge #A33672

Tints of Rouge #A33672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 49.24%
G = 16.31%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A33672 (or 0xA33672) is known color: Rouge. HEX triplet: A3, 36 and 72. RGB value is (163,54,114). Sum of RGB (Red+Green+Blue) = 163+54+114=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A33672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33672 is #5CC98D. Grayscale: #5D5D5D. Windows color (decimal): -6080910 or 7485091. OLE color: 7485091.

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

Color convert

RGB 163 54 114 -
CMYK 0 0.67 0.30 0.36
HSL 326.97º 0.5% 0.43% -
HSV(B) 326.97º 0.67% 0.64% -
XYZ 19.46 11.64 17.14 -
YUV 93.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 163 54 114 0 0.67 0.30 0.36 326.97 0.5 0.43
Hex A3 36 72 0 43 1E 24 147 32 2B
Octal 243 66 162 0 103 36 44 507 62 53
Binary 10100011 110110 1110010 0 1000011 11110 100100 101000111 110010 101011

Color Harmonies of #A33672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33672

Black with #A33672

Text Example


Text Example

White with #A33672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33672; }

 p { color: rgb(163,54,114); }

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

background-color css

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

 a { background-color: rgb(163,54,114); }

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

border-color css

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

 span { border-color: rgb(163,54,114); }

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