Html Css Color HEX #A33465 Rouge

📋 copy color: '#A33465'

red 163 ◦ green 52 ◦ blue 101

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

Shades of Rouge #A33465

Tints of Rouge #A33465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 51.58%
G = 16.46%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A33465 (or 0xA33465) is known color: Rouge. HEX triplet: A3, 34 and 65. RGB value is (163,52,101). Sum of RGB (Red+Green+Blue) = 163+52+101=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A33465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33465 is #5CCB9A. Grayscale: #5A5A5A. Windows color (decimal): -6081435 or 6632611. OLE color: 6632611.

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

Color convert

RGB 163 52 101 -
CMYK 0 0.68 0.38 0.36
HSL 333.51º 0.52% 0.42% -
HSV(B) 333.51º 0.68% 0.64% -
XYZ 18.68 11.18 13.49 -
YUV 90.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 163 52 101 0 0.68 0.38 0.36 333.51 0.52 0.42
Hex A3 34 65 0 44 26 24 14E 34 2A
Octal 243 64 145 0 104 46 44 516 64 52
Binary 10100011 110100 1100101 0 1000100 100110 100100 101001110 110100 101010

Color Harmonies of #A33465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33465

Black with #A33465

Text Example


Text Example

White with #A33465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33465; }

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

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

background-color css

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

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

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

border-color css

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

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

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