#ADA2F8

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

Shades of Perano #ADA2F8

Tints of Perano #ADA2F8

Color information

#ADA2F8 (or 0xADA2F8) is unknown color: approx Perano. HEX triplet: AD, A2 and F8. RGB value is (173,162,248). Sum of RGB (Red+Green+Blue) = 173+162+248=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADA2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2F8 is #525D07. Grayscale: #AEAEAE. Windows color (decimal): -5397768 or 16294573. OLE color: 16294573.

HSL color Cylindrical-coordinate representation of color #ADA2F8: hue angle of 247.67º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA2F8 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173162248-
CMYK0.300.3500.03
HSL247.67º86%80.39%-
HSV(B)247.67º34.68%97.25%-
XYZ47.141.594.34-
YUV175.09169.14126.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=29.67%
G=27.79%
B=42.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731622480.300.3500.03247.678680.39
HexADA2F81E2303f85650
Octal255242370364303370126120
Binary101011011010001011111000111101000110111111100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2F8; }

 p { color: rgb(173,162,248); }

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

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

 a { background-color: rgb(173,162,248); }

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

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

 span { border-color: rgb(173,162,248); }

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