Html Css Color HEX #A08EFA Light Slate Blue

📋 copy color: '#A08EFA'

red 160 ◦ green 142 ◦ blue 250

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

Shades of Light Slate Blue #A08EFA

Tints of Light Slate Blue #A08EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.72%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 28.99%
G = 25.72%
B = 45.29%

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

#A08EFA (or 0xA08EFA) is known color: Light Slate Blue. HEX triplet: A0, 8E and FA. RGB value is (160,142,250). Sum of RGB (Red+Green+Blue) = 160+142+250=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #A08EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EFA is #5F7105. Grayscale: #9F9F9F. Windows color (decimal): -6254854 or 16420512. OLE color: 16420512.

HSL color Cylindrical-coordinate representation of color #A08EFA: hue angle of 250º degrees, saturation: 0.92, 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 #A08EFA is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 142 250 -
CMYK 0.36 0.43 0 0.02
HSL 250º 0.92% 0.77% -
HSV(B) 250º 0.43% 0.98% -
XYZ 41.43 33.72 94.77 -
YUV 159.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 160 142 250 0.36 0.43 0 0.02 250 0.92 0.77
Hex A0 8E FA 24 2B 0 2 FA 5C 4D
Octal 240 216 372 44 53 0 2 372 134 115
Binary 10100000 10001110 11111010 100100 101011 0 10 11111010 1011100 1001101

Color Harmonies of #A08EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EFA

Black with #A08EFA

Text Example


Text Example

White with #A08EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EFA; }

 p { color: rgb(160,142,250); }

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

background-color css

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

 a { background-color: rgb(160,142,250); }

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

border-color css

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

 span { border-color: rgb(160,142,250); }

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