#ADA2FF

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

Shades of Perano #ADA2FF

Tints of Perano #ADA2FF

Color information

#ADA2FF (or 0xADA2FF) is unknown color: approx Perano. HEX triplet: AD, A2 and FF. RGB value is (173,162,255). Sum of RGB (Red+Green+Blue) = 173+162+255=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2FF is #525D00. Grayscale: #AFAFAF. Windows color (decimal): -5397761 or 16753325. OLE color: 16753325.

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

Color convert

RGB173162255-
CMYK0.320.3600
HSL247.1º100%81.76%-
HSV(B)247.1º36.47%100%-
XYZ48.241.94100.16-
YUV175.89172.64125.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 255 (100% from 255) = 43.22%
R=29.32%
G=27.46%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731622550.320.3600247.110081.76
HexADA2FF202400f76452
Octal255242377404400367144122
Binary101011011010001011111111100000100100001111011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2FF; }

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

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

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

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

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

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

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

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