Html Css Color HEX #A168FD Light Slate Blue

📋 copy color: '#A168FD'

red 161 ◦ green 104 ◦ blue 253

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

Shades of Light Slate Blue #A168FD

Tints of Light Slate Blue #A168FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.08%

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

R = 31.08%
G = 20.08%
B = 48.84%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A168FD (or 0xA168FD) is known color: Light Slate Blue. HEX triplet: A1, 68 and FD. RGB value is (161,104,253). Sum of RGB (Red+Green+Blue) = 161+104+253=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #A168FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A168FD is #5E9702. Grayscale: #898989. Windows color (decimal): -6199043 or 16607393. OLE color: 16607393.

HSL color Cylindrical-coordinate representation of color #A168FD: hue angle of 262.95º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A168FD is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 104 253 -
CMYK 0.36 0.59 0 0.01
HSL 262.95º 0.97% 0.7% -
HSV(B) 262.95º 0.59% 0.99% -
XYZ 37.38 24.57 95.7 -
YUV 138.03 192.88 144.38 -
System Red Green Blue C M Y K H S L
Decimal 161 104 253 0.36 0.59 0 0.01 262.95 0.97 0.7
Hex A1 68 FD 24 3B 0 1 107 61 46
Octal 241 150 375 44 73 0 1 407 141 106
Binary 10100001 1101000 11111101 100100 111011 0 1 100000111 1100001 1000110

Color Harmonies of #A168FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168FD

Black with #A168FD

Text Example


Text Example

White with #A168FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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