Html Css Color HEX #A192FD Light Slate Blue

📋 copy color: '#A192FD'

red 161 ◦ green 146 ◦ blue 253

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

Shades of Light Slate Blue #A192FD

Tints of Light Slate Blue #A192FD

RGB

 RED value IS 161 (63.28% from 255) = 28.75%

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

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

R = 28.75%
G = 26.07%
B = 45.18%

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

#A192FD (or 0xA192FD) is known color: Light Slate Blue. HEX triplet: A1, 92 and FD. RGB value is (161,146,253). Sum of RGB (Red+Green+Blue) = 161+146+253=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #A192FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192FD is #5E6D02. Grayscale: #A2A2A2. Windows color (decimal): -6188291 or 16618145. OLE color: 16618145.

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

Color convert

RGB 161 146 253 -
CMYK 0.36 0.42 0 0.01
HSL 248.41º 0.96% 0.78% -
HSV(B) 248.41º 0.42% 0.99% -
XYZ 42.71 35.23 97.48 -
YUV 162.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 161 146 253 0.36 0.42 0 0.01 248.41 0.96 0.78
Hex A1 92 FD 24 2A 0 1 F8 60 4E
Octal 241 222 375 44 52 0 1 370 140 116
Binary 10100001 10010010 11111101 100100 101010 0 1 11111000 1100000 1001110

Color Harmonies of #A192FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A192FD

Black with #A192FD

Text Example


Text Example

White with #A192FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A192FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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