Html Css Color HEX #A33369 Rouge

📋 copy color: '#A33369'

red 163 ◦ green 51 ◦ blue 105

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

Shades of Rouge #A33369

Tints of Rouge #A33369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 51.1%
G = 15.99%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A33369 (or 0xA33369) is known color: Rouge. HEX triplet: A3, 33 and 69. RGB value is (163,51,105). Sum of RGB (Red+Green+Blue) = 163+51+105=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33369 is #5CCC96. Grayscale: #5A5A5A. Windows color (decimal): -6081687 or 6894499. OLE color: 6894499.

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

Color convert

RGB 163 51 105 -
CMYK 0 0.69 0.36 0.36
HSL 331.07º 0.52% 0.42% -
HSV(B) 331.07º 0.69% 0.64% -
XYZ 18.84 11.17 14.53 -
YUV 90.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 163 51 105 0 0.69 0.36 0.36 331.07 0.52 0.42
Hex A3 33 69 0 45 24 24 14B 34 2A
Octal 243 63 151 0 105 44 44 513 64 52
Binary 10100011 110011 1101001 0 1000101 100100 100100 101001011 110100 101010

Color Harmonies of #A33369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33369

Black with #A33369

Text Example


Text Example

White with #A33369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33369; }

 p { color: rgb(163,51,105); }

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

background-color css

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

 a { background-color: rgb(163,51,105); }

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

border-color css

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

 span { border-color: rgb(163,51,105); }

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