#A3ADED

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

Shades of Perano #A3ADED

Tints of Perano #A3ADED

Color information

#A3ADED (or 0xA3ADED) is unknown color: approx Perano. HEX triplet: A3, AD and ED. RGB value is (163,173,237). Sum of RGB (Red+Green+Blue) = 163+173+237=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ADED is #5C5212. Grayscale: #B1B1B1. Windows color (decimal): -6050323 or 15576483. OLE color: 15576483.

HSL color Cylindrical-coordinate representation of color #A3ADED: hue angle of 231.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ADED is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163173237-
CMYK0.310.2700.07
HSL231.89º67.27%78.43%-
HSV(B)231.89º31.22%92.94%-
XYZ45.3343.7986.18-
YUV177.31161.69117.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.45%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=28.45%
G=30.19%
B=41.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631732370.310.2700.07231.8967.2778.43
HexA3ADED1F1B07e8434e
Octal243255355373307350103116
Binary101000111010110111101101111111101101111110100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADED; }

 p { color: rgb(163,173,237); }

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

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

 a { background-color: rgb(163,173,237); }

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

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

 span { border-color: rgb(163,173,237); }

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