Html Css Color HEX #A886FC Light Slate Blue

📋 copy color: '#A886FC'

red 168 ◦ green 134 ◦ blue 252

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

Shades of Light Slate Blue #A886FC

Tints of Light Slate Blue #A886FC

RGB

 RED value IS 168 (66.02% from 255) = 30.32%

 GREEN value IS 134 (52.73% from 255) = 24.19%

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

R = 30.32%
G = 24.19%
B = 45.49%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A886FC (or 0xA886FC) is known color: Light Slate Blue. HEX triplet: A8, 86 and FC. RGB value is (168,134,252). Sum of RGB (Red+Green+Blue) = 168+134+252=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 134 (52.73% from 255 or 24.19% 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 #A886FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886FC is #577903. Grayscale: #9D9D9D. Windows color (decimal): -5732612 or 16549544. OLE color: 16549544.

HSL color Cylindrical-coordinate representation of color #A886FC: hue angle of 257.29º degrees, saturation: 0.95, 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 #A886FC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 134 252 -
CMYK 0.33 0.47 0 0.01
HSL 257.29º 0.95% 0.76% -
HSV(B) 257.29º 0.47% 0.99% -
XYZ 42.24 32.4 96.12 -
YUV 157.62 181.26 135.41 -
System Red Green Blue C M Y K H S L
Decimal 168 134 252 0.33 0.47 0 0.01 257.29 0.95 0.76
Hex A8 86 FC 21 2F 0 1 101 5F 4C
Octal 250 206 374 41 57 0 1 401 137 114
Binary 10101000 10000110 11111100 100001 101111 0 1 100000001 1011111 1001100

Color Harmonies of #A886FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886FC

Black with #A886FC

Text Example


Text Example

White with #A886FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886FC; }

 p { color: rgb(168,134,252); }

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

background-color css

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

 a { background-color: rgb(168,134,252); }

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

border-color css

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

 span { border-color: rgb(168,134,252); }

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