Html Css Color HEX #A08CFF Light Slate Blue

📋 copy color: '#A08CFF'

red 160 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #A08CFF

Tints of Light Slate Blue #A08CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.23%

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

R = 28.83%
G = 25.23%
B = 45.95%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A08CFF (or 0xA08CFF) is known color: Light Slate Blue. HEX triplet: A0, 8C and FF. RGB value is (160,140,255). Sum of RGB (Red+Green+Blue) = 160+140+255=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A08CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CFF is #5F7300. Grayscale: #9E9E9E. Windows color (decimal): -6255361 or 16747680. OLE color: 16747680.

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

Color convert

RGB 160 140 255 -
CMYK 0.37 0.45 0 0
HSL 250.43º 1% 0.77% -
HSV(B) 250.43º 0.45% 1% -
XYZ 41.93 33.45 98.85 -
YUV 159.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 160 140 255 0.37 0.45 0 0 250.43 1 0.77
Hex A0 8C FF 25 2D 0 0 FA 64 4D
Octal 240 214 377 45 55 0 0 372 144 115
Binary 10100000 10001100 11111111 100101 101101 0 0 11111010 1100100 1001101

Color Harmonies of #A08CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CFF

Black with #A08CFF

Text Example


Text Example

White with #A08CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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