Html Css Color HEX #A08DF7 Light Slate Blue

📋 copy color: '#A08DF7'

red 160 ◦ green 141 ◦ blue 247

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

Shades of Light Slate Blue #A08DF7

Tints of Light Slate Blue #A08DF7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.73%

 BLUE value IS 247 (96.88% from 255) = 45.07%

R = 29.2%
G = 25.73%
B = 45.07%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A08DF7 (or 0xA08DF7) is known color: Light Slate Blue. HEX triplet: A0, 8D and F7. RGB value is (160,141,247). Sum of RGB (Red+Green+Blue) = 160+141+247=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #A08DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DF7 is #5F7208. Grayscale: #9E9E9E. Windows color (decimal): -6255113 or 16223648. OLE color: 16223648.

HSL color Cylindrical-coordinate representation of color #A08DF7: hue angle of 250.75º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A08DF7 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 141 247 -
CMYK 0.35 0.43 0 0.03
HSL 250.75º 0.87% 0.76% -
HSV(B) 250.75º 0.43% 0.97% -
XYZ 40.81 33.24 92.26 -
YUV 158.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 160 141 247 0.35 0.43 0 0.03 250.75 0.87 0.76
Hex A0 8D F7 23 2B 0 3 FB 57 4C
Octal 240 215 367 43 53 0 3 373 127 114
Binary 10100000 10001101 11110111 100011 101011 0 11 11111011 1010111 1001100

Color Harmonies of #A08DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DF7

Black with #A08DF7

Text Example


Text Example

White with #A08DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DF7; }

 p { color: rgb(160,141,247); }

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

background-color css

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

 a { background-color: rgb(160,141,247); }

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

border-color css

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

 span { border-color: rgb(160,141,247); }

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