#ADA4FF

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

Shades of Perano #ADA4FF

Tints of Perano #ADA4FF

Color information

#ADA4FF (or 0xADA4FF) is unknown color: approx Perano. HEX triplet: AD, A4 and FF. RGB value is (173,164,255). Sum of RGB (Red+Green+Blue) = 173+164+255=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4FF is #525B00. Grayscale: #B0B0B0. Windows color (decimal): -5397249 or 16753837. OLE color: 16753837.

HSL color Cylindrical-coordinate representation of color #ADA4FF: hue angle of 245.93º 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 #ADA4FF is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173164255-
CMYK0.320.3600
HSL245.93º100%82.16%-
HSV(B)245.93º35.69%100%-
XYZ48.5642.66100.28-
YUV177.06171.98125.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 164 (64.45% from 255) = 27.70%
BLUE value IS 255 (100% from 255) = 43.07%
R=29.22%
G=27.70%
B=43.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731642550.320.3600245.9310082.16
HexADA4FF202400f66452
Octal255244377404400366144122
Binary101011011010010011111111100000100100001111011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4FF; }

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

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

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

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

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

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

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

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