#AD85FF

Color #AD85FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #AD85FF

Tints of Light Slate Blue #AD85FF

Color information

#AD85FF (or 0xAD85FF) is unknown color: approx Light Slate Blue. HEX triplet: AD, 85 and FF. RGB value is (173,133,255). Sum of RGB (Red+Green+Blue) = 173+133+255=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85FF is #527A00. Grayscale: #9E9E9E. Windows color (decimal): -5405185 or 16745901. OLE color: 16745901.

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

Color convert

RGB173133255-
CMYK0.320.4800
HSL259.67º100%76.08%-
HSV(B)259.67º47.84%100%-
XYZ43.6732.8898.65-
YUV158.87182.25138.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 255 (100% from 255) = 45.45%
R=30.84%
G=23.71%
B=45.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731332550.320.4800259.6710076.08
HexAD85FF203000104644c
Octal255205377406000404144114
Binary1010110110000101111111111000001100000010000010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85FF; }

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

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

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

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

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

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

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

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