Html Css Color HEX #A584FE Light Slate Blue

📋 copy color: '#A584FE'

red 165 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #A584FE

Tints of Light Slate Blue #A584FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.96%

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

R = 29.95%
G = 23.96%
B = 46.1%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A584FE (or 0xA584FE) is known color: Light Slate Blue. HEX triplet: A5, 84 and FE. RGB value is (165,132,254). Sum of RGB (Red+Green+Blue) = 165+132+254=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A584FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584FE is #5A7B01. Grayscale: #9B9B9B. Windows color (decimal): -5929730 or 16680101. OLE color: 16680101.

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

Color convert

RGB 165 132 254 -
CMYK 0.35 0.48 0 0.00
HSL 256.23º 0.98% 0.76% -
HSV(B) 256.23º 0.48% 1% -
XYZ 41.66 31.66 97.68 -
YUV 155.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 165 132 254 0.35 0.48 0 0.00 256.23 0.98 0.76
Hex A5 84 FE 23 30 0 0 100 62 4C
Octal 245 204 376 43 60 0 0 400 142 114
Binary 10100101 10000100 11111110 100011 110000 0 0 100000000 1100010 1001100

Color Harmonies of #A584FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584FE

Black with #A584FE

Text Example


Text Example

White with #A584FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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