Html Css Color HEX #A392FD Light Slate Blue

📋 copy color: '#A392FD'

red 163 ◦ green 146 ◦ blue 253

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

Shades of Light Slate Blue #A392FD

Tints of Light Slate Blue #A392FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 29%
G = 25.98%
B = 45.02%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A392FD (or 0xA392FD) is known color: Light Slate Blue. HEX triplet: A3, 92 and FD. RGB value is (163,146,253). Sum of RGB (Red+Green+Blue) = 163+146+253=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #A392FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A392FD is #5C6D02. Grayscale: #A2A2A2. Windows color (decimal): -6057219 or 16618147. OLE color: 16618147.

HSL color Cylindrical-coordinate representation of color #A392FD: hue angle of 249.53º degrees, saturation: 0.96, 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 #A392FD is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 146 253 -
CMYK 0.36 0.42 0 0.01
HSL 249.53º 0.96% 0.78% -
HSV(B) 249.53º 0.42% 0.99% -
XYZ 43.11 35.44 97.5 -
YUV 163.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 163 146 253 0.36 0.42 0 0.01 249.53 0.96 0.78
Hex A3 92 FD 24 2A 0 1 FA 60 4E
Octal 243 222 375 44 52 0 1 372 140 116
Binary 10100011 10010010 11111101 100100 101010 0 1 11111010 1100000 1001110

Color Harmonies of #A392FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392FD

Black with #A392FD

Text Example


Text Example

White with #A392FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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