Html Css Color HEX #A688FC Light Slate Blue

📋 copy color: '#A688FC'

red 166 ◦ green 136 ◦ blue 252

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

Shades of Light Slate Blue #A688FC

Tints of Light Slate Blue #A688FC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.55%

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

R = 29.96%
G = 24.55%
B = 45.49%

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

#A688FC (or 0xA688FC) is known color: Light Slate Blue. HEX triplet: A6, 88 and FC. RGB value is (166,136,252). Sum of RGB (Red+Green+Blue) = 166+136+252=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #A688FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688FC is #597703. Grayscale: #9D9D9D. Windows color (decimal): -5863172 or 16550054. OLE color: 16550054.

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

Color convert

RGB 166 136 252 -
CMYK 0.34 0.46 0 0.01
HSL 255.52º 0.95% 0.76% -
HSV(B) 255.52º 0.46% 0.99% -
XYZ 42.1 32.74 96.2 -
YUV 158.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 166 136 252 0.34 0.46 0 0.01 255.52 0.95 0.76
Hex A6 88 FC 22 2E 0 1 100 5F 4C
Octal 246 210 374 42 56 0 1 400 137 114
Binary 10100110 10001000 11111100 100010 101110 0 1 100000000 1011111 1001100

Color Harmonies of #A688FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688FC

Black with #A688FC

Text Example


Text Example

White with #A688FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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