Html Css Color HEX #A087FF Light Slate Blue

📋 copy color: '#A087FF'

red 160 ◦ green 135 ◦ blue 255

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

Shades of Light Slate Blue #A087FF

Tints of Light Slate Blue #A087FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 29.09%
G = 24.55%
B = 46.36%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A087FF (or 0xA087FF) is known color: Light Slate Blue. HEX triplet: A0, 87 and FF. RGB value is (160,135,255). Sum of RGB (Red+Green+Blue) = 160+135+255=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A087FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087FF is #5F7800. Grayscale: #9B9B9B. Windows color (decimal): -6256641 or 16746400. OLE color: 16746400.

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

Color convert

RGB 160 135 255 -
CMYK 0.37 0.47 0 0
HSL 252.5º 1% 0.76% -
HSV(B) 252.5º 0.47% 1% -
XYZ 41.21 32.02 98.62 -
YUV 156.16 183.78 130.74 -
System Red Green Blue C M Y K H S L
Decimal 160 135 255 0.37 0.47 0 0 252.5 1 0.76
Hex A0 87 FF 25 2F 0 0 FD 64 4C
Octal 240 207 377 45 57 0 0 375 144 114
Binary 10100000 10000111 11111111 100101 101111 0 0 11111101 1100100 1001100

Color Harmonies of #A087FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087FF

Black with #A087FF

Text Example


Text Example

White with #A087FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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