Html Css Color HEX #A586FF Light Slate Blue

📋 copy color: '#A586FF'

red 165 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #A586FF

Tints of Light Slate Blue #A586FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.19%

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

R = 29.78%
G = 24.19%
B = 46.03%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A586FF (or 0xA586FF) is known color: Light Slate Blue. HEX triplet: A5, 86 and FF. RGB value is (165,134,255). Sum of RGB (Red+Green+Blue) = 165+134+255=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A586FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586FF is #5A7900. Grayscale: #9C9C9C. Windows color (decimal): -5929217 or 16746149. OLE color: 16746149.

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

Color convert

RGB 165 134 255 -
CMYK 0.35 0.47 0 0
HSL 255.37º 1% 0.76% -
HSV(B) 255.37º 0.47% 1% -
XYZ 42.09 32.27 98.62 -
YUV 157.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 165 134 255 0.35 0.47 0 0 255.37 1 0.76
Hex A5 86 FF 23 2F 0 0 FF 64 4C
Octal 245 206 377 43 57 0 0 377 144 114
Binary 10100101 10000110 11111111 100011 101111 0 0 11111111 1100100 1001100

Color Harmonies of #A586FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586FF

Black with #A586FF

Text Example


Text Example

White with #A586FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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