#ADADFF

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

Shades of Perano #ADADFF

Tints of Perano #ADADFF

Color information

#ADADFF (or 0xADADFF) is unknown color: approx Perano. HEX triplet: AD, AD and FF. RGB value is (173,173,255). Sum of RGB (Red+Green+Blue) = 173+173+255=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADFF is #525200. Grayscale: #B6B6B6. Windows color (decimal): -5394945 or 16756141. OLE color: 16756141.

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

Color convert

RGB173173255-
CMYK0.320.3200
HSL240º100%83.92%-
HSV(B)240º32.16%100%-
XYZ50.2345.99100.84-
YUV182.35169121.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 255 (100% from 255) = 42.43%
R=28.79%
G=28.79%
B=42.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731732550.320.320024010083.92
HexADADFF202000f06454
Octal255255377404000360144124
Binary101011011010110111111111100000100000001111000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADFF; }

 p { color: rgb(173,173,255); }

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

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

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

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

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

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

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