Html Css Color HEX #A17FFC Light Slate Blue

📋 copy color: '#A17FFC'

red 161 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #A17FFC

Tints of Light Slate Blue #A17FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 29.81%
G = 23.52%
B = 46.67%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A17FFC (or 0xA17FFC) is known color: Light Slate Blue. HEX triplet: A1, 7F and FC. RGB value is (161,127,252). Sum of RGB (Red+Green+Blue) = 161+127+252=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #A17FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFC is #5E8003. Grayscale: #969696. Windows color (decimal): -6193156 or 16547745. OLE color: 16547745.

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

Color convert

RGB 161 127 252 -
CMYK 0.36 0.50 0 0.01
HSL 256.32º 0.95% 0.74% -
HSV(B) 256.32º 0.5% 0.99% -
XYZ 39.86 29.78 95.74 -
YUV 151.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 161 127 252 0.36 0.50 0 0.01 256.32 0.95 0.74
Hex A1 7F FC 24 32 0 1 100 5F 4A
Octal 241 177 374 44 62 0 1 400 137 112
Binary 10100001 1111111 11111100 100100 110010 0 1 100000000 1011111 1001010

Color Harmonies of #A17FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FFC

Black with #A17FFC

Text Example


Text Example

White with #A17FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FFC; }

 p { color: rgb(161,127,252); }

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

background-color css

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

 a { background-color: rgb(161,127,252); }

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

border-color css

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

 span { border-color: rgb(161,127,252); }

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