Html Css Color HEX #A38BFE Light Slate Blue

📋 copy color: '#A38BFE'

red 163 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #A38BFE

Tints of Light Slate Blue #A38BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 29.32%
G = 25%
B = 45.68%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A38BFE (or 0xA38BFE) is known color: Light Slate Blue. HEX triplet: A3, 8B and FE. RGB value is (163,139,254). Sum of RGB (Red+Green+Blue) = 163+139+254=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #A38BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BFE is #5C7401. Grayscale: #9E9E9E. Windows color (decimal): -6059010 or 16681891. OLE color: 16681891.

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

Color convert

RGB 163 139 254 -
CMYK 0.36 0.45 0 0.00
HSL 252.52º 0.98% 0.77% -
HSV(B) 252.52º 0.45% 1% -
XYZ 42.23 33.41 97.99 -
YUV 159.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 163 139 254 0.36 0.45 0 0.00 252.52 0.98 0.77
Hex A3 8B FE 24 2D 0 0 FD 62 4D
Octal 243 213 376 44 55 0 0 375 142 115
Binary 10100011 10001011 11111110 100100 101101 0 0 11111101 1100010 1001101

Color Harmonies of #A38BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BFE

Black with #A38BFE

Text Example


Text Example

White with #A38BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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