#ADA4FE

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

Shades of Perano #ADA4FE

Tints of Perano #ADA4FE

Color information

#ADA4FE (or 0xADA4FE) is unknown color: approx Perano. HEX triplet: AD, A4 and FE. RGB value is (173,164,254). Sum of RGB (Red+Green+Blue) = 173+164+254=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADA4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4FE is #525B01. Grayscale: #B0B0B0. Windows color (decimal): -5397250 or 16688301. OLE color: 16688301.

HSL color Cylindrical-coordinate representation of color #ADA4FE: hue angle of 246º 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 #ADA4FE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173164254-
CMYK0.320.3500.00
HSL246º97.83%81.96%-
HSV(B)246º35.43%99.61%-
XYZ48.442.5999.44-
YUV176.95171.48125.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 164 (64.45% from 255) = 27.75%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=29.27%
G=27.75%
B=42.98%

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
Decimal1731642540.320.3500.0024697.8381.96
HexADA4FE202300f66252
Octal255244376404300366142122
Binary101011011010010011111110100000100011001111011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4FE; }

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

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

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

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

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

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

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

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