Html Css Color HEX #A08FFC Light Slate Blue

📋 copy color: '#A08FFC'

red 160 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #A08FFC

Tints of Light Slate Blue #A08FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.77%

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

R = 28.83%
G = 25.77%
B = 45.41%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A08FFC (or 0xA08FFC) is known color: Light Slate Blue. HEX triplet: A0, 8F and FC. RGB value is (160,143,252). Sum of RGB (Red+Green+Blue) = 160+143+252=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #A08FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FFC is #5F7003. Grayscale: #A0A0A0. Windows color (decimal): -6254596 or 16551840. OLE color: 16551840.

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

Color convert

RGB 160 143 252 -
CMYK 0.37 0.43 0 0.01
HSL 249.36º 0.95% 0.77% -
HSV(B) 249.36º 0.43% 0.99% -
XYZ 41.89 34.15 96.48 -
YUV 160.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 160 143 252 0.37 0.43 0 0.01 249.36 0.95 0.77
Hex A0 8F FC 25 2B 0 1 F9 5F 4D
Octal 240 217 374 45 53 0 1 371 137 115
Binary 10100000 10001111 11111100 100101 101011 0 1 11111001 1011111 1001101

Color Harmonies of #A08FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FFC

Black with #A08FFC

Text Example


Text Example

White with #A08FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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