Html Css Color HEX #A33A6F Rouge

📋 copy color: '#A33A6F'

red 163 ◦ green 58 ◦ blue 111

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

Shades of Rouge #A33A6F

Tints of Rouge #A33A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 49.1%
G = 17.47%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A33A6F (or 0xA33A6F) is known color: Rouge. HEX triplet: A3, 3A and 6F. RGB value is (163,58,111). Sum of RGB (Red+Green+Blue) = 163+58+111=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A6F is #5CC590. Grayscale: #5F5F5F. Windows color (decimal): -6079889 or 7289507. OLE color: 7289507.

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

Color convert

RGB 163 58 111 -
CMYK 0 0.64 0.32 0.36
HSL 329.71º 0.48% 0.43% -
HSV(B) 329.71º 0.64% 0.64% -
XYZ 19.49 11.96 16.32 -
YUV 95.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 163 58 111 0 0.64 0.32 0.36 329.71 0.48 0.43
Hex A3 3A 6F 0 40 20 24 14A 30 2B
Octal 243 72 157 0 100 40 44 512 60 53
Binary 10100011 111010 1101111 0 1000000 100000 100100 101001010 110000 101011

Color Harmonies of #A33A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A6F

Black with #A33A6F

Text Example


Text Example

White with #A33A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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