Html Css Color HEX #A33362 Rouge

📋 copy color: '#A33362'

red 163 ◦ green 51 ◦ blue 98

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

Shades of Rouge #A33362

Tints of Rouge #A33362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 52.24%
G = 16.35%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A33362 (or 0xA33362) is known color: Rouge. HEX triplet: A3, 33 and 62. RGB value is (163,51,98). Sum of RGB (Red+Green+Blue) = 163+51+98=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A33362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33362 is #5CCC9D. Grayscale: #595959. Windows color (decimal): -6081694 or 6435747. OLE color: 6435747.

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

Color convert

RGB 163 51 98 -
CMYK 0 0.69 0.40 0.36
HSL 334.82º 0.52% 0.42% -
HSV(B) 334.82º 0.69% 0.64% -
XYZ 18.49 11.04 12.71 -
YUV 89.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 163 51 98 0 0.69 0.40 0.36 334.82 0.52 0.42
Hex A3 33 62 0 45 28 24 14F 34 2A
Octal 243 63 142 0 105 50 44 517 64 52
Binary 10100011 110011 1100010 0 1000101 101000 100100 101001111 110100 101010

Color Harmonies of #A33362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33362

Black with #A33362

Text Example


Text Example

White with #A33362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33362; }

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

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

background-color css

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

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

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

border-color css

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

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

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