Html Css Color HEX #A08DFB Light Slate Blue

📋 copy color: '#A08DFB'

red 160 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #A08DFB

Tints of Light Slate Blue #A08DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 28.99%
G = 25.54%
B = 45.47%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A08DFB (or 0xA08DFB) is known color: Light Slate Blue. HEX triplet: A0, 8D and FB. RGB value is (160,141,251). Sum of RGB (Red+Green+Blue) = 160+141+251=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #A08DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DFB is #5F7204. Grayscale: #9E9E9E. Windows color (decimal): -6255109 or 16485792. OLE color: 16485792.

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

Color convert

RGB 160 141 251 -
CMYK 0.36 0.44 0 0.02
HSL 250.36º 0.93% 0.77% -
HSV(B) 250.36º 0.44% 0.98% -
XYZ 41.43 33.49 95.55 -
YUV 159.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 160 141 251 0.36 0.44 0 0.02 250.36 0.93 0.77
Hex A0 8D FB 24 2C 0 2 FA 5D 4D
Octal 240 215 373 44 54 0 2 372 135 115
Binary 10100000 10001101 11111011 100100 101100 0 10 11111010 1011101 1001101

Color Harmonies of #A08DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DFB

Black with #A08DFB

Text Example


Text Example

White with #A08DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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