Html Css Color HEX #A56BFF Light Slate Blue

📋 copy color: '#A56BFF'

red 165 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #A56BFF

Tints of Light Slate Blue #A56BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.3%

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

R = 31.31%
G = 20.3%
B = 48.39%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A56BFF (or 0xA56BFF) is known color: Light Slate Blue. HEX triplet: A5, 6B and FF. RGB value is (165,107,255). Sum of RGB (Red+Green+Blue) = 165+107+255=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A56BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56BFF is #5A9400. Grayscale: #8C8C8C. Windows color (decimal): -5936129 or 16739237. OLE color: 16739237.

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

Color convert

RGB 165 107 255 -
CMYK 0.35 0.58 0 0
HSL 263.51º 1% 0.71% -
HSV(B) 263.51º 0.58% 1% -
XYZ 38.82 25.73 97.53 -
YUV 141.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 165 107 255 0.35 0.58 0 0 263.51 1 0.71
Hex A5 6B FF 23 3A 0 0 108 64 47
Octal 245 153 377 43 72 0 0 410 144 107
Binary 10100101 1101011 11111111 100011 111010 0 0 100001000 1100100 1000111

Color Harmonies of #A56BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BFF

Black with #A56BFF

Text Example


Text Example

White with #A56BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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