Html Css Color HEX #A47CFC Light Slate Blue

📋 copy color: '#A47CFC'

red 164 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #A47CFC

Tints of Light Slate Blue #A47CFC

RGB

 RED value IS 164 (64.45% from 255) = 30.37%

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

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

R = 30.37%
G = 22.96%
B = 46.67%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A47CFC (or 0xA47CFC) is known color: Light Slate Blue. HEX triplet: A4, 7C and FC. RGB value is (164,124,252). Sum of RGB (Red+Green+Blue) = 164+124+252=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 124 (48.83% from 255 or 22.96% 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 #A47CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CFC is #5B8303. Grayscale: #969696. Windows color (decimal): -5997316 or 16546980. OLE color: 16546980.

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

Color convert

RGB 164 124 252 -
CMYK 0.35 0.51 0 0.01
HSL 258.75º 0.96% 0.74% -
HSV(B) 258.75º 0.51% 0.99% -
XYZ 40.09 29.34 95.65 -
YUV 150.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 164 124 252 0.35 0.51 0 0.01 258.75 0.96 0.74
Hex A4 7C FC 23 33 0 1 103 60 4A
Octal 244 174 374 43 63 0 1 403 140 112
Binary 10100100 1111100 11111100 100011 110011 0 1 100000011 1100000 1001010

Color Harmonies of #A47CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CFC

Black with #A47CFC

Text Example


Text Example

White with #A47CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CFC; }

 p { color: rgb(164,124,252); }

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

background-color css

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

 a { background-color: rgb(164,124,252); }

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

border-color css

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

 span { border-color: rgb(164,124,252); }

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