#ADAAFE

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

Shades of Perano #ADAAFE

Tints of Perano #ADAAFE

Color information

#ADAAFE (or 0xADAAFE) is unknown color: approx Perano. HEX triplet: AD, AA and FE. RGB value is (173,170,254). Sum of RGB (Red+Green+Blue) = 173+170+254=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAFE is #525501. Grayscale: #B4B4B4. Windows color (decimal): -5395714 or 16689837. OLE color: 16689837.

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

Color convert

RGB173170254-
CMYK0.320.3300.00
HSL242.14º97.67%83.14%-
HSV(B)242.14º33.07%99.61%-
XYZ49.544.7999.8-
YUV180.47169.49122.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=28.98%
G=28.48%
B=42.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731702540.320.3300.00242.1497.6783.14
HexADAAFE202100f26253
Octal255252376404100362142123
Binary101011011010101011111110100000100001001111001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAFE; }

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

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

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

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

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

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

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

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