Html Css Color HEX #A48BFC Light Slate Blue

📋 copy color: '#A48BFC'

red 164 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #A48BFC

Tints of Light Slate Blue #A48BFC

RGB

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

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

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

R = 29.55%
G = 25.05%
B = 45.41%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A48BFC (or 0xA48BFC) is known color: Light Slate Blue. HEX triplet: A4, 8B and FC. RGB value is (164,139,252). Sum of RGB (Red+Green+Blue) = 164+139+252=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #A48BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BFC is #5B7403. Grayscale: #9E9E9E. Windows color (decimal): -5993476 or 16550820. OLE color: 16550820.

HSL color Cylindrical-coordinate representation of color #A48BFC: hue angle of 253.27º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A48BFC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 139 252 -
CMYK 0.35 0.45 0 0.01
HSL 253.27º 0.95% 0.77% -
HSV(B) 253.27º 0.45% 0.99% -
XYZ 42.11 33.39 96.32 -
YUV 159.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 164 139 252 0.35 0.45 0 0.01 253.27 0.95 0.77
Hex A4 8B FC 23 2D 0 1 FD 5F 4D
Octal 244 213 374 43 55 0 1 375 137 115
Binary 10100100 10001011 11111100 100011 101101 0 1 11111101 1011111 1001101

Color Harmonies of #A48BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BFC

Black with #A48BFC

Text Example


Text Example

White with #A48BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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