Html Css Color HEX #A08DFA Light Slate Blue

📋 copy color: '#A08DFA'

red 160 ◦ green 141 ◦ blue 250

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

Shades of Light Slate Blue #A08DFA

Tints of Light Slate Blue #A08DFA

RGB

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

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

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

R = 29.04%
G = 25.59%
B = 45.37%

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

#A08DFA (or 0xA08DFA) is known color: Light Slate Blue. HEX triplet: A0, 8D and FA. RGB value is (160,141,250). Sum of RGB (Red+Green+Blue) = 160+141+250=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #A08DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DFA is #5F7205. Grayscale: #9E9E9E. Windows color (decimal): -6255110 or 16420256. OLE color: 16420256.

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

Color convert

RGB 160 141 250 -
CMYK 0.36 0.44 0 0.02
HSL 250.46º 0.92% 0.77% -
HSV(B) 250.46º 0.44% 0.98% -
XYZ 41.28 33.43 94.72 -
YUV 159.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 160 141 250 0.36 0.44 0 0.02 250.46 0.92 0.77
Hex A0 8D FA 24 2C 0 2 FA 5C 4D
Octal 240 215 372 44 54 0 2 372 134 115
Binary 10100000 10001101 11111010 100100 101100 0 10 11111010 1011100 1001101

Color Harmonies of #A08DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DFA

Black with #A08DFA

Text Example


Text Example

White with #A08DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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