#ADA3FE

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

Shades of Perano #ADA3FE

Tints of Perano #ADA3FE

Color information

#ADA3FE (or 0xADA3FE) is unknown color: approx Perano. HEX triplet: AD, A3 and FE. RGB value is (173,163,254). Sum of RGB (Red+Green+Blue) = 173+163+254=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADA3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3FE is #525C01. Grayscale: #B0B0B0. Windows color (decimal): -5397506 or 16688045. OLE color: 16688045.

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

Color convert

RGB173163254-
CMYK0.320.3600.00
HSL246.59º97.85%81.76%-
HSV(B)246.59º35.83%99.61%-
XYZ48.2242.2399.38-
YUV176.36171.81125.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=29.32%
G=27.63%
B=43.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731632540.320.3600.00246.5997.8581.76
HexADA3FE202400f76252
Octal255243376404400367142122
Binary101011011010001111111110100000100100001111011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3FE; }

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

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

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

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

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

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

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

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