Html Css Color HEX #A589FB Light Slate Blue

📋 copy color: '#A589FB'

red 165 ◦ green 137 ◦ blue 251

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

Shades of Light Slate Blue #A589FB

Tints of Light Slate Blue #A589FB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.77%

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 29.84%
G = 24.77%
B = 45.39%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A589FB (or 0xA589FB) is known color: Light Slate Blue. HEX triplet: A5, 89 and FB. RGB value is (165,137,251). Sum of RGB (Red+Green+Blue) = 165+137+251=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #A589FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589FB is #5A7604. Grayscale: #9D9D9D. Windows color (decimal): -5928453 or 16484773. OLE color: 16484773.

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

Color convert

RGB 165 137 251 -
CMYK 0.34 0.45 0 0.02
HSL 254.74º 0.93% 0.76% -
HSV(B) 254.74º 0.45% 0.98% -
XYZ 41.88 32.86 95.4 -
YUV 158.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 165 137 251 0.34 0.45 0 0.02 254.74 0.93 0.76
Hex A5 89 FB 22 2D 0 2 FF 5D 4C
Octal 245 211 373 42 55 0 2 377 135 114
Binary 10100101 10001001 11111011 100010 101101 0 10 11111111 1011101 1001100

Color Harmonies of #A589FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589FB

Black with #A589FB

Text Example


Text Example

White with #A589FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589FB; }

 p { color: rgb(165,137,251); }

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

background-color css

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

 a { background-color: rgb(165,137,251); }

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

border-color css

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

 span { border-color: rgb(165,137,251); }

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