Html Css Color HEX #A687FD Light Slate Blue

📋 copy color: '#A687FD'

red 166 ◦ green 135 ◦ blue 253

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

Shades of Light Slate Blue #A687FD

Tints of Light Slate Blue #A687FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 29.96%
G = 24.37%
B = 45.67%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A687FD (or 0xA687FD) is known color: Light Slate Blue. HEX triplet: A6, 87 and FD. RGB value is (166,135,253). Sum of RGB (Red+Green+Blue) = 166+135+253=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #A687FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A687FD is #597802. Grayscale: #9D9D9D. Windows color (decimal): -5863427 or 16615334. OLE color: 16615334.

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

Color convert

RGB 166 135 253 -
CMYK 0.34 0.47 0 0.01
HSL 255.76º 0.97% 0.76% -
HSV(B) 255.76º 0.47% 0.99% -
XYZ 42.12 32.53 96.99 -
YUV 157.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 166 135 253 0.34 0.47 0 0.01 255.76 0.97 0.76
Hex A6 87 FD 22 2F 0 1 100 61 4C
Octal 246 207 375 42 57 0 1 400 141 114
Binary 10100110 10000111 11111101 100010 101111 0 1 100000000 1100001 1001100

Color Harmonies of #A687FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687FD

Black with #A687FD

Text Example


Text Example

White with #A687FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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