Html Css Color HEX #A689FE Light Slate Blue

📋 copy color: '#A689FE'

red 166 ◦ green 137 ◦ blue 254

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

Shades of Light Slate Blue #A689FE

Tints of Light Slate Blue #A689FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 29.8%
G = 24.6%
B = 45.6%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A689FE (or 0xA689FE) is known color: Light Slate Blue. HEX triplet: A6, 89 and FE. RGB value is (166,137,254). Sum of RGB (Red+Green+Blue) = 166+137+254=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #A689FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689FE is #597601. Grayscale: #9E9E9E. Windows color (decimal): -5862914 or 16681382. OLE color: 16681382.

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

Color convert

RGB 166 137 254 -
CMYK 0.35 0.46 0 0.00
HSL 254.87º 0.98% 0.77% -
HSV(B) 254.87º 0.46% 1% -
XYZ 42.56 33.15 97.92 -
YUV 159.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 166 137 254 0.35 0.46 0 0.00 254.87 0.98 0.77
Hex A6 89 FE 23 2E 0 0 FF 62 4D
Octal 246 211 376 43 56 0 0 377 142 115
Binary 10100110 10001001 11111110 100011 101110 0 0 11111111 1100010 1001101

Color Harmonies of #A689FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689FE

Black with #A689FE

Text Example


Text Example

White with #A689FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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