Html Css Color HEX #A08FFD Light Slate Blue

📋 copy color: '#A08FFD'

red 160 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #A08FFD

Tints of Light Slate Blue #A08FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.72%

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 28.78%
G = 25.72%
B = 45.5%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A08FFD (or 0xA08FFD) is known color: Light Slate Blue. HEX triplet: A0, 8F and FD. RGB value is (160,143,253). Sum of RGB (Red+Green+Blue) = 160+143+253=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #A08FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FFD is #5F7002. Grayscale: #A0A0A0. Windows color (decimal): -6254595 or 16617376. OLE color: 16617376.

HSL color Cylindrical-coordinate representation of color #A08FFD: hue angle of 249.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A08FFD is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 143 253 -
CMYK 0.37 0.43 0 0.01
HSL 249.27º 0.96% 0.78% -
HSV(B) 249.27º 0.43% 0.99% -
XYZ 42.05 34.21 97.32 -
YUV 160.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 160 143 253 0.37 0.43 0 0.01 249.27 0.96 0.78
Hex A0 8F FD 25 2B 0 1 F9 60 4E
Octal 240 217 375 45 53 0 1 371 140 116
Binary 10100000 10001111 11111101 100101 101011 0 1 11111001 1100000 1001110

Color Harmonies of #A08FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FFD

Black with #A08FFD

Text Example


Text Example

White with #A08FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FFD; }

 p { color: rgb(160,143,253); }

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

background-color css

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

 a { background-color: rgb(160,143,253); }

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

border-color css

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

 span { border-color: rgb(160,143,253); }

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