Html Css Color HEX #A585FE Light Slate Blue

📋 copy color: '#A585FE'

red 165 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A585FE

Tints of Light Slate Blue #A585FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

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

R = 29.89%
G = 24.09%
B = 46.01%

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

#A585FE (or 0xA585FE) is known color: Light Slate Blue. HEX triplet: A5, 85 and FE. RGB value is (165,133,254). Sum of RGB (Red+Green+Blue) = 165+133+254=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #A585FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585FE is #5A7A01. Grayscale: #9B9B9B. Windows color (decimal): -5929474 or 16680357. OLE color: 16680357.

HSL color Cylindrical-coordinate representation of color #A585FE: hue angle of 255.87º 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 #A585FE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 133 254 -
CMYK 0.35 0.48 0 0.00
HSL 255.87º 0.98% 0.76% -
HSV(B) 255.87º 0.48% 1% -
XYZ 41.79 31.93 97.73 -
YUV 156.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 165 133 254 0.35 0.48 0 0.00 255.87 0.98 0.76
Hex A5 85 FE 23 30 0 0 100 62 4C
Octal 245 205 376 43 60 0 0 400 142 114
Binary 10100101 10000101 11111110 100011 110000 0 0 100000000 1100010 1001100

Color Harmonies of #A585FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585FE

Black with #A585FE

Text Example


Text Example

White with #A585FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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