Html Css Color HEX #A08DFC Light Slate Blue

📋 copy color: '#A08DFC'

red 160 ◦ green 141 ◦ blue 252

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

Shades of Light Slate Blue #A08DFC

Tints of Light Slate Blue #A08DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 28.93%
G = 25.5%
B = 45.57%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A08DFC (or 0xA08DFC) is known color: Light Slate Blue. HEX triplet: A0, 8D and FC. RGB value is (160,141,252). Sum of RGB (Red+Green+Blue) = 160+141+252=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #A08DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DFC is #5F7203. Grayscale: #9E9E9E. Windows color (decimal): -6255108 or 16551328. OLE color: 16551328.

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

Color convert

RGB 160 141 252 -
CMYK 0.37 0.44 0 0.01
HSL 250.27º 0.95% 0.77% -
HSV(B) 250.27º 0.44% 0.99% -
XYZ 41.59 33.55 96.38 -
YUV 159.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 160 141 252 0.37 0.44 0 0.01 250.27 0.95 0.77
Hex A0 8D FC 25 2C 0 1 FA 5F 4D
Octal 240 215 374 45 54 0 1 372 137 115
Binary 10100000 10001101 11111100 100101 101100 0 1 11111010 1011111 1001101

Color Harmonies of #A08DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DFC

Black with #A08DFC

Text Example


Text Example

White with #A08DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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