Html Css Color HEX #A687FC Light Slate Blue

📋 copy color: '#A687FC'

red 166 ◦ green 135 ◦ blue 252

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

Shades of Light Slate Blue #A687FC

Tints of Light Slate Blue #A687FC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.41%

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 30.02%
G = 24.41%
B = 45.57%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A687FC (or 0xA687FC) is known color: Light Slate Blue. HEX triplet: A6, 87 and FC. RGB value is (166,135,252). Sum of RGB (Red+Green+Blue) = 166+135+252=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #A687FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A687FC is #597803. Grayscale: #9D9D9D. Windows color (decimal): -5863428 or 16549798. OLE color: 16549798.

HSL color Cylindrical-coordinate representation of color #A687FC: hue angle of 255.9º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A687FC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 135 252 -
CMYK 0.34 0.46 0 0.01
HSL 255.9º 0.95% 0.76% -
HSV(B) 255.9º 0.46% 0.99% -
XYZ 41.96 32.46 96.15 -
YUV 157.61 181.27 133.99 -
System Red Green Blue C M Y K H S L
Decimal 166 135 252 0.34 0.46 0 0.01 255.9 0.95 0.76
Hex A6 87 FC 22 2E 0 1 100 5F 4C
Octal 246 207 374 42 56 0 1 400 137 114
Binary 10100110 10000111 11111100 100010 101110 0 1 100000000 1011111 1001100

Color Harmonies of #A687FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687FC

Black with #A687FC

Text Example


Text Example

White with #A687FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687FC; }

 p { color: rgb(166,135,252); }

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

background-color css

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

 a { background-color: rgb(166,135,252); }

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

border-color css

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

 span { border-color: rgb(166,135,252); }

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