Html Css Color HEX #A33E6B Rouge

📋 copy color: '#A33E6B'

red 163 ◦ green 62 ◦ blue 107

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

Shades of Rouge #A33E6B

Tints of Rouge #A33E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 49.1%
G = 18.67%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A33E6B (or 0xA33E6B) is known color: Rouge. HEX triplet: A3, 3E and 6B. RGB value is (163,62,107). Sum of RGB (Red+Green+Blue) = 163+62+107=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E6B is #5CC194. Grayscale: #616161. Windows color (decimal): -6078869 or 7028387. OLE color: 7028387.

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

Color convert

RGB 163 62 107 -
CMYK 0 0.62 0.34 0.36
HSL 333.27º 0.45% 0.44% -
HSV(B) 333.27º 0.62% 0.64% -
XYZ 19.48 12.29 15.26 -
YUV 97.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 163 62 107 0 0.62 0.34 0.36 333.27 0.45 0.44
Hex A3 3E 6B 0 3E 22 24 14D 2D 2C
Octal 243 76 153 0 76 42 44 515 55 54
Binary 10100011 111110 1101011 0 111110 100010 100100 101001101 101101 101100

Color Harmonies of #A33E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33E6B

Black with #A33E6B

Text Example


Text Example

White with #A33E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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