Html Css Color HEX #A689F9 Light Slate Blue

📋 copy color: '#A689F9'

red 166 ◦ green 137 ◦ blue 249

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

Shades of Light Slate Blue #A689F9

Tints of Light Slate Blue #A689F9

RGB

 RED value IS 166 (65.23% from 255) = 30.07%

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 30.07%
G = 24.82%
B = 45.11%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A689F9 (or 0xA689F9) is known color: Light Slate Blue. HEX triplet: A6, 89 and F9. RGB value is (166,137,249). Sum of RGB (Red+Green+Blue) = 166+137+249=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #A689F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689F9 is #597606. Grayscale: #9E9E9E. Windows color (decimal): -5862919 or 16353702. OLE color: 16353702.

HSL color Cylindrical-coordinate representation of color #A689F9: hue angle of 255.54º degrees, saturation: 0.9, 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 #A689F9 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 137 249 -
CMYK 0.33 0.45 0 0.02
HSL 255.54º 0.9% 0.76% -
HSV(B) 255.54º 0.45% 0.98% -
XYZ 41.77 32.84 93.76 -
YUV 158.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 166 137 249 0.33 0.45 0 0.02 255.54 0.9 0.76
Hex A6 89 F9 21 2D 0 2 100 5A 4C
Octal 246 211 371 41 55 0 2 400 132 114
Binary 10100110 10001001 11111001 100001 101101 0 10 100000000 1011010 1001100

Color Harmonies of #A689F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689F9

Black with #A689F9

Text Example


Text Example

White with #A689F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689F9; }

 p { color: rgb(166,137,249); }

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

background-color css

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

 a { background-color: rgb(166,137,249); }

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

border-color css

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

 span { border-color: rgb(166,137,249); }

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