Html Css Color HEX #A33D6B Rouge

📋 copy color: '#A33D6B'

red 163 ◦ green 61 ◦ blue 107

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

Shades of Rouge #A33D6B

Tints of Rouge #A33D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 49.24%
G = 18.43%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A33D6B (or 0xA33D6B) is known color: Rouge. HEX triplet: A3, 3D and 6B. RGB value is (163,61,107). Sum of RGB (Red+Green+Blue) = 163+61+107=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D6B is #5CC294. Grayscale: #606060. Windows color (decimal): -6079125 or 7028131. OLE color: 7028131.

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

Color convert

RGB 163 61 107 -
CMYK 0 0.63 0.34 0.36
HSL 332.94º 0.46% 0.44% -
HSV(B) 332.94º 0.63% 0.64% -
XYZ 19.43 12.19 15.24 -
YUV 96.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 163 61 107 0 0.63 0.34 0.36 332.94 0.46 0.44
Hex A3 3D 6B 0 3F 22 24 14D 2E 2C
Octal 243 75 153 0 77 42 44 515 56 54
Binary 10100011 111101 1101011 0 111111 100010 100100 101001101 101110 101100

Color Harmonies of #A33D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D6B

Black with #A33D6B

Text Example


Text Example

White with #A33D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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