Html Css Color HEX #A08BFC Light Slate Blue

📋 copy color: '#A08BFC'

red 160 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #A08BFC

Tints of Light Slate Blue #A08BFC

RGB

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

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

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

R = 29.04%
G = 25.23%
B = 45.74%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A08BFC (or 0xA08BFC) is known color: Light Slate Blue. HEX triplet: A0, 8B and FC. RGB value is (160,139,252). Sum of RGB (Red+Green+Blue) = 160+139+252=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #A08BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BFC is #5F7403. Grayscale: #9D9D9D. Windows color (decimal): -6255620 or 16550816. OLE color: 16550816.

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

Color convert

RGB 160 139 252 -
CMYK 0.37 0.45 0 0.01
HSL 251.15º 0.95% 0.77% -
HSV(B) 251.15º 0.45% 0.99% -
XYZ 41.3 32.97 96.28 -
YUV 158.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 160 139 252 0.37 0.45 0 0.01 251.15 0.95 0.77
Hex A0 8B FC 25 2D 0 1 FB 5F 4D
Octal 240 213 374 45 55 0 1 373 137 115
Binary 10100000 10001011 11111100 100101 101101 0 1 11111011 1011111 1001101

Color Harmonies of #A08BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BFC

Black with #A08BFC

Text Example


Text Example

White with #A08BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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