Html Css Color HEX #A086FB Light Slate Blue

📋 copy color: '#A086FB'

red 160 ◦ green 134 ◦ blue 251

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

Shades of Light Slate Blue #A086FB

Tints of Light Slate Blue #A086FB

RGB

 RED value IS 160 (62.89% from 255) = 29.36%

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

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 29.36%
G = 24.59%
B = 46.06%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A086FB (or 0xA086FB) is known color: Light Slate Blue. HEX triplet: A0, 86 and FB. RGB value is (160,134,251). Sum of RGB (Red+Green+Blue) = 160+134+251=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #A086FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086FB is #5F7904. Grayscale: #9A9A9A. Windows color (decimal): -6256901 or 16484000. OLE color: 16484000.

HSL color Cylindrical-coordinate representation of color #A086FB: hue angle of 253.33º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A086FB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 134 251 -
CMYK 0.36 0.47 0 0.02
HSL 253.33º 0.94% 0.75% -
HSV(B) 253.33º 0.47% 0.98% -
XYZ 40.43 31.49 95.21 -
YUV 155.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 160 134 251 0.36 0.47 0 0.02 253.33 0.94 0.75
Hex A0 86 FB 24 2F 0 2 FD 5E 4B
Octal 240 206 373 44 57 0 2 375 136 113
Binary 10100000 10000110 11111011 100100 101111 0 10 11111101 1011110 1001011

Color Harmonies of #A086FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A086FB

Black with #A086FB

Text Example


Text Example

White with #A086FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A086FB; }

 p { color: rgb(160,134,251); }

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

background-color css

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

 a { background-color: rgb(160,134,251); }

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

border-color css

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

 span { border-color: rgb(160,134,251); }

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