Html Css Color HEX #A087FA Light Slate Blue

📋 copy color: '#A087FA'

red 160 ◦ green 135 ◦ blue 250

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

Shades of Light Slate Blue #A087FA

Tints of Light Slate Blue #A087FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 29.36%
G = 24.77%
B = 45.87%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A087FA (or 0xA087FA) is known color: Light Slate Blue. HEX triplet: A0, 87 and FA. RGB value is (160,135,250). Sum of RGB (Red+Green+Blue) = 160+135+250=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #A087FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087FA is #5F7805. Grayscale: #9B9B9B. Windows color (decimal): -6256646 or 16418720. OLE color: 16418720.

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

Color convert

RGB 160 135 250 -
CMYK 0.36 0.46 0 0.02
HSL 253.04º 0.92% 0.75% -
HSV(B) 253.04º 0.46% 0.98% -
XYZ 40.42 31.7 94.43 -
YUV 155.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 160 135 250 0.36 0.46 0 0.02 253.04 0.92 0.75
Hex A0 87 FA 24 2E 0 2 FD 5C 4B
Octal 240 207 372 44 56 0 2 375 134 113
Binary 10100000 10000111 11111010 100100 101110 0 10 11111101 1011100 1001011

Color Harmonies of #A087FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087FA

Black with #A087FA

Text Example


Text Example

White with #A087FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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