Html Css Color HEX #A089F5 Light Slate Blue

📋 copy color: '#A089F5'

red 160 ◦ green 137 ◦ blue 245

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

Shades of Light Slate Blue #A089F5

Tints of Light Slate Blue #A089F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.2%

R = 29.52%
G = 25.28%
B = 45.2%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A089F5 (or 0xA089F5) is known color: Light Slate Blue. HEX triplet: A0, 89 and F5. RGB value is (160,137,245). Sum of RGB (Red+Green+Blue) = 160+137+245=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #A089F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F5 is #5F760A. Grayscale: #9B9B9B. Windows color (decimal): -6256139 or 16091552. OLE color: 16091552.

HSL color Cylindrical-coordinate representation of color #A089F5: hue angle of 252.78º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A089F5 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 137 245 -
CMYK 0.35 0.44 0 0.04
HSL 252.78º 0.84% 0.75% -
HSV(B) 252.78º 0.44% 0.96% -
XYZ 39.92 31.96 90.45 -
YUV 156.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 160 137 245 0.35 0.44 0 0.04 252.78 0.84 0.75
Hex A0 89 F5 23 2C 0 4 FD 54 4B
Octal 240 211 365 43 54 0 4 375 124 113
Binary 10100000 10001001 11110101 100011 101100 0 100 11111101 1010100 1001011

Color Harmonies of #A089F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089F5

Black with #A089F5

Text Example


Text Example

White with #A089F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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