Html Css Color HEX #A48BFB Light Slate Blue

📋 copy color: '#A48BFB'

red 164 ◦ green 139 ◦ blue 251

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

Shades of Light Slate Blue #A48BFB

Tints of Light Slate Blue #A48BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.09%

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

R = 29.6%
G = 25.09%
B = 45.31%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A48BFB (or 0xA48BFB) is known color: Light Slate Blue. HEX triplet: A4, 8B and FB. RGB value is (164,139,251). Sum of RGB (Red+Green+Blue) = 164+139+251=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #A48BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BFB is #5B7404. Grayscale: #9E9E9E. Windows color (decimal): -5993477 or 16485284. OLE color: 16485284.

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

Color convert

RGB 164 139 251 -
CMYK 0.35 0.45 0 0.02
HSL 253.39º 0.93% 0.76% -
HSV(B) 253.39º 0.45% 0.98% -
XYZ 41.96 33.32 95.49 -
YUV 159.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 164 139 251 0.35 0.45 0 0.02 253.39 0.93 0.76
Hex A4 8B FB 23 2D 0 2 FD 5D 4C
Octal 244 213 373 43 55 0 2 375 135 114
Binary 10100100 10001011 11111011 100011 101101 0 10 11111101 1011101 1001100

Color Harmonies of #A48BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BFB

Black with #A48BFB

Text Example


Text Example

White with #A48BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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