Html Css Color HEX #A33A6D Rouge

📋 copy color: '#A33A6D'

red 163 ◦ green 58 ◦ blue 109

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

Shades of Rouge #A33A6D

Tints of Rouge #A33A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 49.39%
G = 17.58%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A33A6D (or 0xA33A6D) is known color: Rouge. HEX triplet: A3, 3A and 6D. RGB value is (163,58,109). Sum of RGB (Red+Green+Blue) = 163+58+109=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A6D is #5CC592. Grayscale: #5F5F5F. Windows color (decimal): -6079891 or 7158435. OLE color: 7158435.

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

Color convert

RGB 163 58 109 -
CMYK 0 0.64 0.33 0.36
HSL 330.86º 0.48% 0.43% -
HSV(B) 330.86º 0.64% 0.64% -
XYZ 19.38 11.92 15.75 -
YUV 95.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 163 58 109 0 0.64 0.33 0.36 330.86 0.48 0.43
Hex A3 3A 6D 0 40 21 24 14B 30 2B
Octal 243 72 155 0 100 41 44 513 60 53
Binary 10100011 111010 1101101 0 1000000 100001 100100 101001011 110000 101011

Color Harmonies of #A33A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A6D

Black with #A33A6D

Text Example


Text Example

White with #A33A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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