Html Css Color HEX #A57DFF Light Slate Blue

📋 copy color: '#A57DFF'

red 165 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #A57DFF

Tints of Light Slate Blue #A57DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.94%

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

R = 30.28%
G = 22.94%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A57DFF (or 0xA57DFF) is known color: Light Slate Blue. HEX triplet: A5, 7D and FF. RGB value is (165,125,255). Sum of RGB (Red+Green+Blue) = 165+125+255=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A57DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DFF is #5A8200. Grayscale: #979797. Windows color (decimal): -5931521 or 16743845. OLE color: 16743845.

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

Color convert

RGB 165 125 255 -
CMYK 0.35 0.51 0 0
HSL 258.46º 1% 0.75% -
HSV(B) 258.46º 0.51% 1% -
XYZ 40.9 29.89 98.22 -
YUV 151.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 165 125 255 0.35 0.51 0 0 258.46 1 0.75
Hex A5 7D FF 23 33 0 0 102 64 4B
Octal 245 175 377 43 63 0 0 402 144 113
Binary 10100101 1111101 11111111 100011 110011 0 0 100000010 1100100 1001011

Color Harmonies of #A57DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DFF

Black with #A57DFF

Text Example


Text Example

White with #A57DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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