Html Css Color HEX #A589FF Light Slate Blue

📋 copy color: '#A589FF'

red 165 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #A589FF

Tints of Light Slate Blue #A589FF

RGB

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

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

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

R = 29.62%
G = 24.6%
B = 45.78%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A589FF (or 0xA589FF) is known color: Light Slate Blue. HEX triplet: A5, 89 and FF. RGB value is (165,137,255). Sum of RGB (Red+Green+Blue) = 165+137+255=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A589FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589FF is #5A7600. Grayscale: #9E9E9E. Windows color (decimal): -5928449 or 16746917. OLE color: 16746917.

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

Color convert

RGB 165 137 255 -
CMYK 0.35 0.46 0 0
HSL 254.24º 1% 0.77% -
HSV(B) 254.24º 0.46% 1% -
XYZ 42.51 33.11 98.76 -
YUV 158.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 165 137 255 0.35 0.46 0 0 254.24 1 0.77
Hex A5 89 FF 23 2E 0 0 FE 64 4D
Octal 245 211 377 43 56 0 0 376 144 115
Binary 10100101 10001001 11111111 100011 101110 0 0 11111110 1100100 1001101

Color Harmonies of #A589FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589FF

Black with #A589FF

Text Example


Text Example

White with #A589FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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