#A066FF

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

Shades of Light Slate Blue #A066FF

Tints of Light Slate Blue #A066FF

Color information

#A066FF (or 0xA066FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 66 and FF. RGB value is (160,102,255). Sum of RGB (Red+Green+Blue) = 160+102+255=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A066FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066FF is #5F9900. Grayscale: #888888. Windows color (decimal): -6265089 or 16737952. OLE color: 16737952.

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

Color convert

RGB160102255-
CMYK0.370.600
HSL262.75º100%70%-
HSV(B)262.75º60%100%-
XYZ37.324.297.31-
YUV136.78194.72144.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 102 (40.23% from 255) = 19.73%
BLUE value IS 255 (100% from 255) = 49.32%
R=30.95%
G=19.73%
B=49.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601022550.370.600262.7510070
HexA066FF253C001076446
Octal240146377457400407144106
Binary101000001100110111111111001011111000010000011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066FF; }

 p { color: rgb(160,102,255); }

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

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

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

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

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

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

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