#ADA5FE

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

Shades of Perano #ADA5FE

Tints of Perano #ADA5FE

Color information

#ADA5FE (or 0xADA5FE) is unknown color: approx Perano. HEX triplet: AD, A5 and FE. RGB value is (173,165,254). Sum of RGB (Red+Green+Blue) = 173+165+254=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADA5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA5FE is #525A01. Grayscale: #B1B1B1. Windows color (decimal): -5396994 or 16688557. OLE color: 16688557.

HSL color Cylindrical-coordinate representation of color #ADA5FE: hue angle of 245.39º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA5FE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173165254-
CMYK0.320.3500.00
HSL245.39º97.8%82.16%-
HSV(B)245.39º35.04%99.61%-
XYZ48.5842.9599.5-
YUV177.54171.15124.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=29.22%
G=27.87%
B=42.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731652540.320.3500.00245.3997.882.16
HexADA5FE202300f56252
Octal255245376404300365142122
Binary101011011010010111111110100000100011001111010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5FE; }

 p { color: rgb(173,165,254); }

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

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

 a { background-color: rgb(173,165,254); }

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

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

 span { border-color: rgb(173,165,254); }

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