Html Css Color HEX #A089FF Light Slate Blue

📋 copy color: '#A089FF'

red 160 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #A089FF

Tints of Light Slate Blue #A089FF

RGB

 RED value IS 160 (62.89% from 255) = 28.99%

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

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

R = 28.99%
G = 24.82%
B = 46.2%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A089FF (or 0xA089FF) is known color: Light Slate Blue. HEX triplet: A0, 89 and FF. RGB value is (160,137,255). Sum of RGB (Red+Green+Blue) = 160+137+255=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A089FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089FF is #5F7600. Grayscale: #9C9C9C. Windows color (decimal): -6256129 or 16746912. OLE color: 16746912.

HSL color Cylindrical-coordinate representation of color #A089FF: hue angle of 251.69º 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 #A089FF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 137 255 -
CMYK 0.37 0.46 0 0
HSL 251.69º 1% 0.77% -
HSV(B) 251.69º 0.46% 1% -
XYZ 41.49 32.58 98.71 -
YUV 157.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 160 137 255 0.37 0.46 0 0 251.69 1 0.77
Hex A0 89 FF 25 2E 0 0 FC 64 4D
Octal 240 211 377 45 56 0 0 374 144 115
Binary 10100000 10001001 11111111 100101 101110 0 0 11111100 1100100 1001101

Color Harmonies of #A089FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089FF

Black with #A089FF

Text Example


Text Example

White with #A089FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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