Html Css Color HEX #A56EFF Light Slate Blue

📋 copy color: '#A56EFF'

red 165 ◦ green 110 ◦ blue 255

#A56EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #A56EFF

Tints of Light Slate Blue #A56EFF

RGB

 RED value IS 165 (64.84% from 255) = 31.13%

 GREEN value IS 110 (43.36% from 255) = 20.75%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 31.13%
G = 20.75%
B = 48.11%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A56EFF (or 0xA56EFF) is known color: Light Slate Blue. HEX triplet: A5, 6E and FF. RGB value is (165,110,255). Sum of RGB (Red+Green+Blue) = 165+110+255=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #A56EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56EFF is #5A9100. Grayscale: #8E8E8E. Windows color (decimal): -5935361 or 16740005. OLE color: 16740005.

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

Color convert

RGB 165 110 255 -
CMYK 0.35 0.57 0 0
HSL 262.76º 1% 0.72% -
HSV(B) 262.76º 0.57% 1% -
XYZ 39.14 26.37 97.63 -
YUV 142.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 165 110 255 0.35 0.57 0 0 262.76 1 0.72
Hex A5 6E FF 23 39 0 0 107 64 48
Octal 245 156 377 43 71 0 0 407 144 110
Binary 10100101 1101110 11111111 100011 111001 0 0 100000111 1100100 1001000

Color Harmonies of #A56EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EFF

Black with #A56EFF

Text Example


Text Example

White with #A56EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EFF; }

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

 H1.HeaderClassName
 {
   color: #A56EFF;
 }
 .AnyTagClassName
 {
   color: #A56EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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