Html Css Color HEX #A392FE Light Slate Blue

📋 copy color: '#A392FE'

red 163 ◦ green 146 ◦ blue 254

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

Shades of Light Slate Blue #A392FE

Tints of Light Slate Blue #A392FE

RGB

 RED value IS 163 (64.06% from 255) = 28.95%

 GREEN value IS 146 (57.42% from 255) = 25.93%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 28.95%
G = 25.93%
B = 45.12%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A392FE (or 0xA392FE) is known color: Light Slate Blue. HEX triplet: A3, 92 and FE. RGB value is (163,146,254). Sum of RGB (Red+Green+Blue) = 163+146+254=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A392FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A392FE is #5C6D01. Grayscale: #A2A2A2. Windows color (decimal): -6057218 or 16683683. OLE color: 16683683.

HSL color Cylindrical-coordinate representation of color #A392FE: hue angle of 249.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A392FE is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 146 254 -
CMYK 0.36 0.43 0 0.00
HSL 249.44º 0.98% 0.78% -
HSV(B) 249.44º 0.43% 1% -
XYZ 43.27 35.5 98.34 -
YUV 163.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 163 146 254 0.36 0.43 0 0.00 249.44 0.98 0.78
Hex A3 92 FE 24 2B 0 0 F9 62 4E
Octal 243 222 376 44 53 0 0 371 142 116
Binary 10100011 10010010 11111110 100100 101011 0 0 11111001 1100010 1001110

Color Harmonies of #A392FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392FE

Black with #A392FE

Text Example


Text Example

White with #A392FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392FE; }

 p { color: rgb(163,146,254); }

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

background-color css

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

 a { background-color: rgb(163,146,254); }

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

border-color css

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

 span { border-color: rgb(163,146,254); }

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