Html Css Color HEX #A57FFD Light Slate Blue

📋 copy color: '#A57FFD'

red 165 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #A57FFD

Tints of Light Slate Blue #A57FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 30.28%
G = 23.3%
B = 46.42%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A57FFD (or 0xA57FFD) is known color: Light Slate Blue. HEX triplet: A5, 7F and FD. RGB value is (165,127,253). Sum of RGB (Red+Green+Blue) = 165+127+253=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #A57FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FFD is #5A8002. Grayscale: #989898. Windows color (decimal): -5931011 or 16613285. OLE color: 16613285.

HSL color Cylindrical-coordinate representation of color #A57FFD: hue angle of 258.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57FFD is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 127 253 -
CMYK 0.35 0.50 0 0.01
HSL 258.1º 0.97% 0.75% -
HSV(B) 258.1º 0.5% 0.99% -
XYZ 40.84 30.27 96.62 -
YUV 152.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 165 127 253 0.35 0.50 0 0.01 258.1 0.97 0.75
Hex A5 7F FD 23 32 0 1 102 61 4B
Octal 245 177 375 43 62 0 1 402 141 113
Binary 10100101 1111111 11111101 100011 110010 0 1 100000010 1100001 1001011

Color Harmonies of #A57FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FFD

Black with #A57FFD

Text Example


Text Example

White with #A57FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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