Html Css Color HEX #A38BFC Light Slate Blue

📋 copy color: '#A38BFC'

red 163 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #A38BFC

Tints of Light Slate Blue #A38BFC

RGB

 RED value IS 163 (64.06% from 255) = 29.42%

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

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

R = 29.42%
G = 25.09%
B = 45.49%

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

#A38BFC (or 0xA38BFC) is known color: Light Slate Blue. HEX triplet: A3, 8B and FC. RGB value is (163,139,252). Sum of RGB (Red+Green+Blue) = 163+139+252=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #A38BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BFC is #5C7403. Grayscale: #9E9E9E. Windows color (decimal): -6059012 or 16550819. OLE color: 16550819.

HSL color Cylindrical-coordinate representation of color #A38BFC: hue angle of 252.74º 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 #A38BFC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 139 252 -
CMYK 0.35 0.45 0 0.01
HSL 252.74º 0.95% 0.77% -
HSV(B) 252.74º 0.45% 0.99% -
XYZ 41.91 33.28 96.31 -
YUV 159.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 163 139 252 0.35 0.45 0 0.01 252.74 0.95 0.77
Hex A3 8B FC 23 2D 0 1 FD 5F 4D
Octal 243 213 374 43 55 0 1 375 137 115
Binary 10100011 10001011 11111100 100011 101101 0 1 11111101 1011111 1001101

Color Harmonies of #A38BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BFC

Black with #A38BFC

Text Example


Text Example

White with #A38BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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