Html Css Color HEX #A577FE Light Slate Blue

📋 copy color: '#A577FE'

red 165 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #A577FE

Tints of Light Slate Blue #A577FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.12%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 30.67%
G = 22.12%
B = 47.21%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A577FE (or 0xA577FE) is known color: Light Slate Blue. HEX triplet: A5, 77 and FE. RGB value is (165,119,254). Sum of RGB (Red+Green+Blue) = 165+119+254=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #A577FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577FE is #5A8801. Grayscale: #939393. Windows color (decimal): -5933058 or 16676773. OLE color: 16676773.

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

Color convert

RGB 165 119 254 -
CMYK 0.35 0.53 0 0.00
HSL 260.44º 0.99% 0.73% -
HSV(B) 260.44º 0.53% 1% -
XYZ 40 28.35 97.13 -
YUV 148.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 165 119 254 0.35 0.53 0 0.00 260.44 0.99 0.73
Hex A5 77 FE 23 35 0 0 104 63 49
Octal 245 167 376 43 65 0 0 404 143 111
Binary 10100101 1110111 11111110 100011 110101 0 0 100000100 1100011 1001001

Color Harmonies of #A577FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577FE

Black with #A577FE

Text Example


Text Example

White with #A577FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577FE; }

 p { color: rgb(165,119,254); }

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

background-color css

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

 a { background-color: rgb(165,119,254); }

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

border-color css

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

 span { border-color: rgb(165,119,254); }

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