Html Css Color HEX #A08BFF Light Slate Blue

📋 copy color: '#A08BFF'

red 160 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #A08BFF

Tints of Light Slate Blue #A08BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.09%

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

R = 28.88%
G = 25.09%
B = 46.03%

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

#A08BFF (or 0xA08BFF) is known color: Light Slate Blue. HEX triplet: A0, 8B and FF. RGB value is (160,139,255). Sum of RGB (Red+Green+Blue) = 160+139+255=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A08BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BFF is #5F7400. Grayscale: #9E9E9E. Windows color (decimal): -6255617 or 16747424. OLE color: 16747424.

HSL color Cylindrical-coordinate representation of color #A08BFF: hue angle of 250.86º 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 #A08BFF is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 139 255 -
CMYK 0.37 0.45 0 0
HSL 250.86º 1% 0.77% -
HSV(B) 250.86º 0.45% 1% -
XYZ 41.78 33.16 98.81 -
YUV 158.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 160 139 255 0.37 0.45 0 0 250.86 1 0.77
Hex A0 8B FF 25 2D 0 0 FB 64 4D
Octal 240 213 377 45 55 0 0 373 144 115
Binary 10100000 10001011 11111111 100101 101101 0 0 11111011 1100100 1001101

Color Harmonies of #A08BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BFF

Black with #A08BFF

Text Example


Text Example

White with #A08BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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