Html Css Color HEX #A588FC Light Slate Blue

📋 copy color: '#A588FC'

red 165 ◦ green 136 ◦ blue 252

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

Shades of Light Slate Blue #A588FC

Tints of Light Slate Blue #A588FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 29.84%
G = 24.59%
B = 45.57%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A588FC (or 0xA588FC) is known color: Light Slate Blue. HEX triplet: A5, 88 and FC. RGB value is (165,136,252). Sum of RGB (Red+Green+Blue) = 165+136+252=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #A588FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588FC is #5A7703. Grayscale: #9D9D9D. Windows color (decimal): -5928708 or 16550053. OLE color: 16550053.

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

Color convert

RGB 165 136 252 -
CMYK 0.35 0.46 0 0.01
HSL 255º 0.95% 0.76% -
HSV(B) 255º 0.46% 0.99% -
XYZ 41.89 32.64 96.19 -
YUV 157.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 165 136 252 0.35 0.46 0 0.01 255 0.95 0.76
Hex A5 88 FC 23 2E 0 1 FF 5F 4C
Octal 245 210 374 43 56 0 1 377 137 114
Binary 10100101 10001000 11111100 100011 101110 0 1 11111111 1011111 1001100

Color Harmonies of #A588FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588FC

Black with #A588FC

Text Example


Text Example

White with #A588FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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