Html Css Color HEX #A33A6C Rouge

📋 copy color: '#A33A6C'

red 163 ◦ green 58 ◦ blue 108

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

Shades of Rouge #A33A6C

Tints of Rouge #A33A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 49.54%
G = 17.63%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A33A6C (or 0xA33A6C) is known color: Rouge. HEX triplet: A3, 3A and 6C. RGB value is (163,58,108). Sum of RGB (Red+Green+Blue) = 163+58+108=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A6C is #5CC593. Grayscale: #5F5F5F. Windows color (decimal): -6079892 or 7092899. OLE color: 7092899.

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

Color convert

RGB 163 58 108 -
CMYK 0 0.64 0.34 0.36
HSL 331.43º 0.48% 0.43% -
HSV(B) 331.43º 0.64% 0.64% -
XYZ 19.32 11.9 15.46 -
YUV 95.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 163 58 108 0 0.64 0.34 0.36 331.43 0.48 0.43
Hex A3 3A 6C 0 40 22 24 14B 30 2B
Octal 243 72 154 0 100 42 44 513 60 53
Binary 10100011 111010 1101100 0 1000000 100010 100100 101001011 110000 101011

Color Harmonies of #A33A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A6C

Black with #A33A6C

Text Example


Text Example

White with #A33A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A6C; }

 p { color: rgb(163,58,108); }

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

background-color css

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

 a { background-color: rgb(163,58,108); }

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

border-color css

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

 span { border-color: rgb(163,58,108); }

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