Html Css Color HEX #A38CFF Light Slate Blue

📋 copy color: '#A38CFF'

red 163 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #A38CFF

Tints of Light Slate Blue #A38CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.09%

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

R = 29.21%
G = 25.09%
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

#A38CFF (or 0xA38CFF) is known color: Light Slate Blue. HEX triplet: A3, 8C and FF. RGB value is (163,140,255). Sum of RGB (Red+Green+Blue) = 163+140+255=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 140 (55.08% from 255 or 25.09% 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 #A38CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CFF is #5C7300. Grayscale: #9F9F9F. Windows color (decimal): -6058753 or 16747683. OLE color: 16747683.

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

Color convert

RGB 163 140 255 -
CMYK 0.36 0.45 0 0
HSL 252º 1% 0.77% -
HSV(B) 252º 0.45% 1% -
XYZ 42.53 33.76 98.88 -
YUV 159.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 163 140 255 0.36 0.45 0 0 252 1 0.77
Hex A3 8C FF 24 2D 0 0 FC 64 4D
Octal 243 214 377 44 55 0 0 374 144 115
Binary 10100011 10001100 11111111 100100 101101 0 0 11111100 1100100 1001101

Color Harmonies of #A38CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CFF

Black with #A38CFF

Text Example


Text Example

White with #A38CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CFF; }

 p { color: rgb(163,140,255); }

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

background-color css

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

 a { background-color: rgb(163,140,255); }

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

border-color css

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

 span { border-color: rgb(163,140,255); }

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