Html Css Color HEX #A487FE Light Slate Blue

📋 copy color: '#A487FE'

red 164 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #A487FE

Tints of Light Slate Blue #A487FE

RGB

 RED value IS 164 (64.45% from 255) = 29.66%

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

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

R = 29.66%
G = 24.41%
B = 45.93%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A487FE (or 0xA487FE) is known color: Light Slate Blue. HEX triplet: A4, 87 and FE. RGB value is (164,135,254). Sum of RGB (Red+Green+Blue) = 164+135+254=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #A487FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487FE is #5B7801. Grayscale: #9C9C9C. Windows color (decimal): -5994498 or 16680868. OLE color: 16680868.

HSL color Cylindrical-coordinate representation of color #A487FE: hue angle of 254.62º 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 #A487FE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 135 254 -
CMYK 0.35 0.47 0 0.00
HSL 254.62º 0.98% 0.76% -
HSV(B) 254.62º 0.47% 1% -
XYZ 41.86 32.38 97.81 -
YUV 157.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 164 135 254 0.35 0.47 0 0.00 254.62 0.98 0.76
Hex A4 87 FE 23 2F 0 0 FF 62 4C
Octal 244 207 376 43 57 0 0 377 142 114
Binary 10100100 10000111 11111110 100011 101111 0 0 11111111 1100010 1001100

Color Harmonies of #A487FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487FE

Black with #A487FE

Text Example


Text Example

White with #A487FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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