Html Css Color HEX #A47CFB Light Slate Blue

📋 copy color: '#A47CFB'

red 164 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #A47CFB

Tints of Light Slate Blue #A47CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 30.43%
G = 23.01%
B = 46.57%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A47CFB (or 0xA47CFB) is known color: Light Slate Blue. HEX triplet: A4, 7C and FB. RGB value is (164,124,251). Sum of RGB (Red+Green+Blue) = 164+124+251=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #A47CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CFB is #5B8304. Grayscale: #959595. Windows color (decimal): -5997317 or 16481444. OLE color: 16481444.

HSL color Cylindrical-coordinate representation of color #A47CFB: hue angle of 258.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47CFB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 124 251 -
CMYK 0.35 0.51 0 0.02
HSL 258.9º 0.94% 0.74% -
HSV(B) 258.9º 0.51% 0.98% -
XYZ 39.93 29.27 94.81 -
YUV 150.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 164 124 251 0.35 0.51 0 0.02 258.9 0.94 0.74
Hex A4 7C FB 23 33 0 2 103 5E 4A
Octal 244 174 373 43 63 0 2 403 136 112
Binary 10100100 1111100 11111011 100011 110011 0 10 100000011 1011110 1001010

Color Harmonies of #A47CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CFB

Black with #A47CFB

Text Example


Text Example

White with #A47CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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