Html Css Color HEX #A33463 Rouge

📋 copy color: '#A33463'

red 163 ◦ green 52 ◦ blue 99

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

Shades of Rouge #A33463

Tints of Rouge #A33463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 51.91%
G = 16.56%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A33463 (or 0xA33463) is known color: Rouge. HEX triplet: A3, 34 and 63. RGB value is (163,52,99). Sum of RGB (Red+Green+Blue) = 163+52+99=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A33463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33463 is #5CCB9C. Grayscale: #5A5A5A. Windows color (decimal): -6081437 or 6501539. OLE color: 6501539.

HSL color Cylindrical-coordinate representation of color #A33463: hue angle of 334.59º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33463 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 99 -
CMYK 0 0.68 0.39 0.36
HSL 334.59º 0.52% 0.42% -
HSV(B) 334.59º 0.68% 0.64% -
XYZ 18.58 11.14 12.98 -
YUV 90.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 163 52 99 0 0.68 0.39 0.36 334.59 0.52 0.42
Hex A3 34 63 0 44 27 24 14F 34 2A
Octal 243 64 143 0 104 47 44 517 64 52
Binary 10100011 110100 1100011 0 1000100 100111 100100 101001111 110100 101010

Color Harmonies of #A33463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33463

Black with #A33463

Text Example


Text Example

White with #A33463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33463; }

 p { color: rgb(163,52,99); }

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

background-color css

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

 a { background-color: rgb(163,52,99); }

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

border-color css

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

 span { border-color: rgb(163,52,99); }

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