Html Css Color HEX #A689FF Light Slate Blue

📋 copy color: '#A689FF'

red 166 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #A689FF

Tints of Light Slate Blue #A689FF

RGB

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

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

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

R = 29.75%
G = 24.55%
B = 45.7%

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

#A689FF (or 0xA689FF) is known color: Light Slate Blue. HEX triplet: A6, 89 and FF. RGB value is (166,137,255). Sum of RGB (Red+Green+Blue) = 166+137+255=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #A689FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689FF is #597600. Grayscale: #9E9E9E. Windows color (decimal): -5862913 or 16746918. OLE color: 16746918.

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

Color convert

RGB 166 137 255 -
CMYK 0.35 0.46 0 0
HSL 254.75º 1% 0.77% -
HSV(B) 254.75º 0.46% 1% -
XYZ 42.72 33.22 98.77 -
YUV 159.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 166 137 255 0.35 0.46 0 0 254.75 1 0.77
Hex A6 89 FF 23 2E 0 0 FF 64 4D
Octal 246 211 377 43 56 0 0 377 144 115
Binary 10100110 10001001 11111111 100011 101110 0 0 11111111 1100100 1001101

Color Harmonies of #A689FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689FF

Black with #A689FF

Text Example


Text Example

White with #A689FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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