Html Css Color HEX #A588FA Light Slate Blue

📋 copy color: '#A588FA'

red 165 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #A588FA

Tints of Light Slate Blue #A588FA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.68%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 29.95%
G = 24.68%
B = 45.37%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A588FA (or 0xA588FA) is known color: Light Slate Blue. HEX triplet: A5, 88 and FA. RGB value is (165,136,250). Sum of RGB (Red+Green+Blue) = 165+136+250=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #A588FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588FA is #5A7705. Grayscale: #9D9D9D. Windows color (decimal): -5928710 or 16418981. OLE color: 16418981.

HSL color Cylindrical-coordinate representation of color #A588FA: hue angle of 255.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A588FA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 136 250 -
CMYK 0.34 0.46 0 0.02
HSL 255.26º 0.92% 0.76% -
HSV(B) 255.26º 0.46% 0.98% -
XYZ 41.58 32.51 94.53 -
YUV 157.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 165 136 250 0.34 0.46 0 0.02 255.26 0.92 0.76
Hex A5 88 FA 22 2E 0 2 FF 5C 4C
Octal 245 210 372 42 56 0 2 377 134 114
Binary 10100101 10001000 11111010 100010 101110 0 10 11111111 1011100 1001100

Color Harmonies of #A588FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588FA

Black with #A588FA

Text Example


Text Example

White with #A588FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588FA; }

 p { color: rgb(165,136,250); }

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

background-color css

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

 a { background-color: rgb(165,136,250); }

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

border-color css

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

 span { border-color: rgb(165,136,250); }

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