Html Css Color HEX #A48BFF Light Slate Blue

📋 copy color: '#A48BFF'

red 164 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #A48BFF

Tints of Light Slate Blue #A48BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 29.39%
G = 24.91%
B = 45.7%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A48BFF (or 0xA48BFF) is known color: Light Slate Blue. HEX triplet: A4, 8B and FF. RGB value is (164,139,255). Sum of RGB (Red+Green+Blue) = 164+139+255=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #A48BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BFF is #5B7400. Grayscale: #9F9F9F. Windows color (decimal): -5993473 or 16747428. OLE color: 16747428.

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

Color convert

RGB 164 139 255 -
CMYK 0.36 0.45 0 0
HSL 252.93º 1% 0.77% -
HSV(B) 252.93º 0.45% 1% -
XYZ 42.59 33.58 98.84 -
YUV 159.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 164 139 255 0.36 0.45 0 0 252.93 1 0.77
Hex A4 8B FF 24 2D 0 0 FD 64 4D
Octal 244 213 377 44 55 0 0 375 144 115
Binary 10100100 10001011 11111111 100100 101101 0 0 11111101 1100100 1001101

Color Harmonies of #A48BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BFF

Black with #A48BFF

Text Example


Text Example

White with #A48BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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