Html Css Color HEX #A33D6E Rouge

📋 copy color: '#A33D6E'

red 163 ◦ green 61 ◦ blue 110

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

Shades of Rouge #A33D6E

Tints of Rouge #A33D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 48.8%
G = 18.26%
B = 32.93%

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

#A33D6E (or 0xA33D6E) is known color: Rouge. HEX triplet: A3, 3D and 6E. RGB value is (163,61,110). Sum of RGB (Red+Green+Blue) = 163+61+110=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D6E is #5CC291. Grayscale: #606060. Windows color (decimal): -6079122 or 7224739. OLE color: 7224739.

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

Color convert

RGB 163 61 110 -
CMYK 0 0.63 0.33 0.36
HSL 331.18º 0.46% 0.44% -
HSV(B) 331.18º 0.63% 0.64% -
XYZ 19.59 12.25 16.08 -
YUV 97.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 163 61 110 0 0.63 0.33 0.36 331.18 0.46 0.44
Hex A3 3D 6E 0 3F 21 24 14B 2E 2C
Octal 243 75 156 0 77 41 44 513 56 54
Binary 10100011 111101 1101110 0 111111 100001 100100 101001011 101110 101100

Color Harmonies of #A33D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D6E

Black with #A33D6E

Text Example


Text Example

White with #A33D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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