#A594FF

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

Shades of Light Slate Blue #A594FF

Tints of Light Slate Blue #A594FF

Color information

#A594FF (or 0xA594FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 94 and FF. RGB value is (165,148,255). Sum of RGB (Red+Green+Blue) = 165+148+255=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A594FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594FF is #5A6B00. Grayscale: #A4A4A4. Windows color (decimal): -5925633 or 16749733. OLE color: 16749733.

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

Color convert

RGB165148255-
CMYK0.350.4200
HSL249.53º100%79.02%-
HSV(B)249.53º41.96%100%-
XYZ44.1636.499.31-
YUV165.28178.63127.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 255 (100% from 255) = 44.89%
R=29.05%
G=26.06%
B=44.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651482550.350.4200249.5310079.02
HexA594FF232A00fa644f
Octal245224377435200372144117
Binary101001011001010011111111100011101010001111101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594FF; }

 p { color: rgb(165,148,255); }

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

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

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

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

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

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

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