Html Css Color HEX #A087FE Light Slate Blue

📋 copy color: '#A087FE'

red 160 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #A087FE

Tints of Light Slate Blue #A087FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 29.14%
G = 24.59%
B = 46.27%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A087FE (or 0xA087FE) is known color: Light Slate Blue. HEX triplet: A0, 87 and FE. RGB value is (160,135,254). Sum of RGB (Red+Green+Blue) = 160+135+254=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A087FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087FE is #5F7801. Grayscale: #9B9B9B. Windows color (decimal): -6256642 or 16680864. OLE color: 16680864.

HSL color Cylindrical-coordinate representation of color #A087FE: hue angle of 252.61º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A087FE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 135 254 -
CMYK 0.37 0.47 0 0.00
HSL 252.61º 0.98% 0.76% -
HSV(B) 252.61º 0.47% 1% -
XYZ 41.05 31.96 97.77 -
YUV 156.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 160 135 254 0.37 0.47 0 0.00 252.61 0.98 0.76
Hex A0 87 FE 25 2F 0 0 FD 62 4C
Octal 240 207 376 45 57 0 0 375 142 114
Binary 10100000 10000111 11111110 100101 101111 0 0 11111101 1100010 1001100

Color Harmonies of #A087FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087FE

Black with #A087FE

Text Example


Text Example

White with #A087FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087FE; }

 p { color: rgb(160,135,254); }

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

background-color css

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

 a { background-color: rgb(160,135,254); }

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

border-color css

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

 span { border-color: rgb(160,135,254); }

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