Html Css Color HEX #A47DFB Light Slate Blue

📋 copy color: '#A47DFB'

red 164 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #A47DFB

Tints of Light Slate Blue #A47DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

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

R = 30.37%
G = 23.15%
B = 46.48%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A47DFB (or 0xA47DFB) is known color: Light Slate Blue. HEX triplet: A4, 7D and FB. RGB value is (164,125,251). Sum of RGB (Red+Green+Blue) = 164+125+251=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #A47DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DFB is #5B8204. Grayscale: #969696. Windows color (decimal): -5997061 or 16481700. OLE color: 16481700.

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

Color convert

RGB 164 125 251 -
CMYK 0.35 0.50 0 0.02
HSL 258.57º 0.94% 0.74% -
HSV(B) 258.57º 0.5% 0.98% -
XYZ 40.06 29.52 94.85 -
YUV 151.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 164 125 251 0.35 0.50 0 0.02 258.57 0.94 0.74
Hex A4 7D FB 23 32 0 2 103 5E 4A
Octal 244 175 373 43 62 0 2 403 136 112
Binary 10100100 1111101 11111011 100011 110010 0 10 100000011 1011110 1001010

Color Harmonies of #A47DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DFB

Black with #A47DFB

Text Example


Text Example

White with #A47DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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