Html Css Color HEX #A33F6B Rouge

📋 copy color: '#A33F6B'

red 163 ◦ green 63 ◦ blue 107

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

Shades of Rouge #A33F6B

Tints of Rouge #A33F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

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

R = 48.95%
G = 18.92%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A33F6B (or 0xA33F6B) is known color: Rouge. HEX triplet: A3, 3F and 6B. RGB value is (163,63,107). Sum of RGB (Red+Green+Blue) = 163+63+107=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33F6B is #5CC094. Grayscale: #616161. Windows color (decimal): -6078613 or 7028643. OLE color: 7028643.

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

Color convert

RGB 163 63 107 -
CMYK 0 0.61 0.34 0.36
HSL 333.6º 0.44% 0.44% -
HSV(B) 333.6º 0.61% 0.64% -
XYZ 19.54 12.4 15.27 -
YUV 97.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 163 63 107 0 0.61 0.34 0.36 333.6 0.44 0.44
Hex A3 3F 6B 0 3D 22 24 14E 2C 2C
Octal 243 77 153 0 75 42 44 516 54 54
Binary 10100011 111111 1101011 0 111101 100010 100100 101001110 101100 101100

Color Harmonies of #A33F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F6B

Black with #A33F6B

Text Example


Text Example

White with #A33F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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