Html Css Color HEX #A33464 Rouge

📋 copy color: '#A33464'

red 163 ◦ green 52 ◦ blue 100

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

Shades of Rouge #A33464

Tints of Rouge #A33464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 51.75%
G = 16.51%
B = 31.75%

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

#A33464 (or 0xA33464) is known color: Rouge. HEX triplet: A3, 34 and 64. RGB value is (163,52,100). Sum of RGB (Red+Green+Blue) = 163+52+100=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A33464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33464 is #5CCB9B. Grayscale: #5A5A5A. Windows color (decimal): -6081436 or 6567075. OLE color: 6567075.

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

Color convert

RGB 163 52 100 -
CMYK 0 0.68 0.39 0.36
HSL 334.05º 0.52% 0.42% -
HSV(B) 334.05º 0.68% 0.64% -
XYZ 18.63 11.16 13.23 -
YUV 90.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 163 52 100 0 0.68 0.39 0.36 334.05 0.52 0.42
Hex A3 34 64 0 44 27 24 14E 34 2A
Octal 243 64 144 0 104 47 44 516 64 52
Binary 10100011 110100 1100100 0 1000100 100111 100100 101001110 110100 101010

Color Harmonies of #A33464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33464

Black with #A33464

Text Example


Text Example

White with #A33464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33464; }

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

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

background-color css

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

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

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

border-color css

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

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

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