#ADAAFD

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

Shades of Perano #ADAAFD

Tints of Perano #ADAAFD

Color information

#ADAAFD (or 0xADAAFD) is unknown color: approx Perano. HEX triplet: AD, AA and FD. RGB value is (173,170,253). Sum of RGB (Red+Green+Blue) = 173+170+253=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAFD is #525502. Grayscale: #B4B4B4. Windows color (decimal): -5395715 or 16624301. OLE color: 16624301.

HSL color Cylindrical-coordinate representation of color #ADAAFD: hue angle of 242.17º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADAAFD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173170253-
CMYK0.320.3300.01
HSL242.17º95.4%82.94%-
HSV(B)242.17º32.81%99.22%-
XYZ49.3444.7398.96-
YUV180.36168.99122.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=29.03%
G=28.52%
B=42.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731702530.320.3300.01242.1795.482.94
HexADAAFD202101f25f53
Octal255252375404101362137123
Binary101011011010101011111101100000100001011111001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAFD; }

 p { color: rgb(173,170,253); }

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

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

 a { background-color: rgb(173,170,253); }

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

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

 span { border-color: rgb(173,170,253); }

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