Html Css Color HEX #A48FFC Light Slate Blue

📋 copy color: '#A48FFC'

red 164 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #A48FFC

Tints of Light Slate Blue #A48FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.58%

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

R = 29.34%
G = 25.58%
B = 45.08%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A48FFC (or 0xA48FFC) is known color: Light Slate Blue. HEX triplet: A4, 8F and FC. RGB value is (164,143,252). Sum of RGB (Red+Green+Blue) = 164+143+252=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A48FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48FFC is #5B7003. Grayscale: #A1A1A1. Windows color (decimal): -5992452 or 16551844. OLE color: 16551844.

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

Color convert

RGB 164 143 252 -
CMYK 0.35 0.43 0 0.01
HSL 251.56º 0.95% 0.77% -
HSV(B) 251.56º 0.43% 0.99% -
XYZ 42.7 34.57 96.52 -
YUV 161.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 164 143 252 0.35 0.43 0 0.01 251.56 0.95 0.77
Hex A4 8F FC 23 2B 0 1 FC 5F 4D
Octal 244 217 374 43 53 0 1 374 137 115
Binary 10100100 10001111 11111100 100011 101011 0 1 11111100 1011111 1001101

Color Harmonies of #A48FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FFC

Black with #A48FFC

Text Example


Text Example

White with #A48FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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