#A25CFF

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

Shades of Light Slate Blue #A25CFF

Tints of Light Slate Blue #A25CFF

Color information

#A25CFF (or 0xA25CFF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 5C and FF. RGB value is (162,92,255). Sum of RGB (Red+Green+Blue) = 162+92+255=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #A25CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CFF is #5DA300. Grayscale: #828282. Windows color (decimal): -6136577 or 16735394. OLE color: 16735394.

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

Color convert

RGB16292255-
CMYK0.360.6400
HSL265.77º100%68.04%-
HSV(B)265.77º63.92%100%-
XYZ36.7822.5697.02-
YUV131.51197.69149.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 255 (100% from 255) = 50.10%
R=31.83%
G=18.07%
B=50.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal162922550.360.6400265.7710068.04
HexA25CFF24400010a6444
Octal2421343774410000412144104
Binary1010001010111001111111110010010000000010000101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CFF; }

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

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

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

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

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

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

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

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