Html Css Color HEX #A33D6D Rouge

📋 copy color: '#A33D6D'

red 163 ◦ green 61 ◦ blue 109

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

Shades of Rouge #A33D6D

Tints of Rouge #A33D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

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

R = 48.95%
G = 18.32%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A33D6D (or 0xA33D6D) is known color: Rouge. HEX triplet: A3, 3D and 6D. RGB value is (163,61,109). Sum of RGB (Red+Green+Blue) = 163+61+109=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D6D is #5CC292. Grayscale: #606060. Windows color (decimal): -6079123 or 7159203. OLE color: 7159203.

HSL color Cylindrical-coordinate representation of color #A33D6D: hue angle of 331.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33D6D is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 61 109 -
CMYK 0 0.63 0.33 0.36
HSL 331.76º 0.46% 0.44% -
HSV(B) 331.76º 0.63% 0.64% -
XYZ 19.53 12.23 15.8 -
YUV 96.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 163 61 109 0 0.63 0.33 0.36 331.76 0.46 0.44
Hex A3 3D 6D 0 3F 21 24 14C 2E 2C
Octal 243 75 155 0 77 41 44 514 56 54
Binary 10100011 111101 1101101 0 111111 100001 100100 101001100 101110 101100

Color Harmonies of #A33D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D6D

Black with #A33D6D

Text Example


Text Example

White with #A33D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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