Html Css Color HEX #A08FFB Light Slate Blue

📋 copy color: '#A08FFB'

red 160 ◦ green 143 ◦ blue 251

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

Shades of Light Slate Blue #A08FFB

Tints of Light Slate Blue #A08FFB

RGB

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

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

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

R = 28.88%
G = 25.81%
B = 45.31%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A08FFB (or 0xA08FFB) is known color: Light Slate Blue. HEX triplet: A0, 8F and FB. RGB value is (160,143,251). Sum of RGB (Red+Green+Blue) = 160+143+251=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #A08FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FFB is #5F7004. Grayscale: #9F9F9F. Windows color (decimal): -6254597 or 16486304. OLE color: 16486304.

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

Color convert

RGB 160 143 251 -
CMYK 0.36 0.43 0 0.02
HSL 249.44º 0.93% 0.77% -
HSV(B) 249.44º 0.43% 0.98% -
XYZ 41.73 34.08 95.65 -
YUV 160.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 160 143 251 0.36 0.43 0 0.02 249.44 0.93 0.77
Hex A0 8F FB 24 2B 0 2 F9 5D 4D
Octal 240 217 373 44 53 0 2 371 135 115
Binary 10100000 10001111 11111011 100100 101011 0 10 11111001 1011101 1001101

Color Harmonies of #A08FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FFB

Black with #A08FFB

Text Example


Text Example

White with #A08FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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