Html Css Color HEX #A17CFD Light Slate Blue

📋 copy color: '#A17CFD'

red 161 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #A17CFD

Tints of Light Slate Blue #A17CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 29.93%
G = 23.05%
B = 47.03%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A17CFD (or 0xA17CFD) is known color: Light Slate Blue. HEX triplet: A1, 7C and FD. RGB value is (161,124,253). Sum of RGB (Red+Green+Blue) = 161+124+253=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #A17CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CFD is #5E8302. Grayscale: #959595. Windows color (decimal): -6193923 or 16612513. OLE color: 16612513.

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

Color convert

RGB 161 124 253 -
CMYK 0.36 0.51 0 0.01
HSL 257.21º 0.97% 0.74% -
HSV(B) 257.21º 0.51% 0.99% -
XYZ 39.64 29.08 96.45 -
YUV 149.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 161 124 253 0.36 0.51 0 0.01 257.21 0.97 0.74
Hex A1 7C FD 24 33 0 1 101 61 4A
Octal 241 174 375 44 63 0 1 401 141 112
Binary 10100001 1111100 11111101 100100 110011 0 1 100000001 1100001 1001010

Color Harmonies of #A17CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CFD

Black with #A17CFD

Text Example


Text Example

White with #A17CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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