#A35280

Color #A35280 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A35280

Tints of Royal Heath #A35280

Color information

#A35280 (or 0xA35280) is unknown color: approx Royal Heath. HEX triplet: A3, 52 and 80. RGB value is (163,82,128). Sum of RGB (Red+Green+Blue) = 163+82+128=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A35280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35280 is #5CAD7F. Grayscale: #6F6F6F. Windows color (decimal): -6073728 or 8409763. OLE color: 8409763.

HSL color Cylindrical-coordinate representation of color #A35280: hue angle of 325.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35280 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16382128-
CMYK00.500.210.36
HSL325.93º33.06%48.04%-
HSV(B)325.93º49.69%63.92%-
XYZ22.0215.3822.23-
YUV111.46137.34164.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=43.70%
G=21.98%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638212800.500.210.36325.9333.0648.04
HexA3528003215241462130
Octal24312220006225445064160
Binary10100011101001010000000011001010101100100101000110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35280; }

 p { color: rgb(163,82,128); }

 H1.HeaderClassName
 {
   color: #A35280;
 }
 .AnyTagClassName
 {
   color: #A35280;
 }
</style>
background-color css

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

 a { background-color: rgb(163,82,128); }

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

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

 span { border-color: rgb(163,82,128); }

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