Html Css Color HEX #A48EFF Light Slate Blue

📋 copy color: '#A48EFF'

red 164 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #A48EFF

Tints of Light Slate Blue #A48EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.31%

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

R = 29.23%
G = 25.31%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A48EFF (or 0xA48EFF) is known color: Light Slate Blue. HEX triplet: A4, 8E and FF. RGB value is (164,142,255). Sum of RGB (Red+Green+Blue) = 164+142+255=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A48EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48EFF is #5B7100. Grayscale: #A1A1A1. Windows color (decimal): -5992705 or 16748196. OLE color: 16748196.

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

Color convert

RGB 164 142 255 -
CMYK 0.36 0.44 0 0
HSL 251.68º 1% 0.78% -
HSV(B) 251.68º 0.44% 1% -
XYZ 43.03 34.46 98.99 -
YUV 161.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 164 142 255 0.36 0.44 0 0 251.68 1 0.78
Hex A4 8E FF 24 2C 0 0 FC 64 4E
Octal 244 216 377 44 54 0 0 374 144 116
Binary 10100100 10001110 11111111 100100 101100 0 0 11111100 1100100 1001110

Color Harmonies of #A48EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EFF

Black with #A48EFF

Text Example


Text Example

White with #A48EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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