Html Css Color HEX #A093FC Light Slate Blue

📋 copy color: '#A093FC'

red 160 ◦ green 147 ◦ blue 252

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

Shades of Light Slate Blue #A093FC

Tints of Light Slate Blue #A093FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.3%

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

R = 28.62%
G = 26.3%
B = 45.08%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A093FC (or 0xA093FC) is known color: Light Slate Blue. HEX triplet: A0, 93 and FC. RGB value is (160,147,252). Sum of RGB (Red+Green+Blue) = 160+147+252=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A093FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093FC is #5F6C03. Grayscale: #A2A2A2. Windows color (decimal): -6253572 or 16552864. OLE color: 16552864.

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

Color convert

RGB 160 147 252 -
CMYK 0.37 0.42 0 0.01
HSL 247.43º 0.95% 0.78% -
HSV(B) 247.43º 0.42% 0.99% -
XYZ 42.5 35.37 96.68 -
YUV 162.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 160 147 252 0.37 0.42 0 0.01 247.43 0.95 0.78
Hex A0 93 FC 25 2A 0 1 F7 5F 4E
Octal 240 223 374 45 52 0 1 367 137 116
Binary 10100000 10010011 11111100 100101 101010 0 1 11110111 1011111 1001110

Color Harmonies of #A093FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093FC

Black with #A093FC

Text Example


Text Example

White with #A093FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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