Html Css Color HEX #A57FFB Light Slate Blue

📋 copy color: '#A57FFB'

red 165 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #A57FFB

Tints of Light Slate Blue #A57FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 30.39%
G = 23.39%
B = 46.22%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A57FFB (or 0xA57FFB) is known color: Light Slate Blue. HEX triplet: A5, 7F and FB. RGB value is (165,127,251). Sum of RGB (Red+Green+Blue) = 165+127+251=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #A57FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FFB is #5A8004. Grayscale: #989898. Windows color (decimal): -5931013 or 16482213. OLE color: 16482213.

HSL color Cylindrical-coordinate representation of color #A57FFB: hue angle of 258.39º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A57FFB is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 127 251 -
CMYK 0.34 0.49 0 0.02
HSL 258.39º 0.94% 0.74% -
HSV(B) 258.39º 0.49% 0.98% -
XYZ 40.52 30.14 94.95 -
YUV 152.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 165 127 251 0.34 0.49 0 0.02 258.39 0.94 0.74
Hex A5 7F FB 22 31 0 2 102 5E 4A
Octal 245 177 373 42 61 0 2 402 136 112
Binary 10100101 1111111 11111011 100010 110001 0 10 100000010 1011110 1001010

Color Harmonies of #A57FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FFB

Black with #A57FFB

Text Example


Text Example

White with #A57FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FFB; }

 p { color: rgb(165,127,251); }

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

background-color css

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

 a { background-color: rgb(165,127,251); }

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

border-color css

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

 span { border-color: rgb(165,127,251); }

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