Html Css Color HEX #A38FFD Light Slate Blue

📋 copy color: '#A38FFD'

red 163 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #A38FFD

Tints of Light Slate Blue #A38FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 29.16%
G = 25.58%
B = 45.26%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A38FFD (or 0xA38FFD) is known color: Light Slate Blue. HEX triplet: A3, 8F and FD. RGB value is (163,143,253). Sum of RGB (Red+Green+Blue) = 163+143+253=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #A38FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FFD is #5C7002. Grayscale: #A1A1A1. Windows color (decimal): -6057987 or 16617379. OLE color: 16617379.

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

Color convert

RGB 163 143 253 -
CMYK 0.36 0.43 0 0.01
HSL 250.91º 0.96% 0.78% -
HSV(B) 250.91º 0.43% 0.99% -
XYZ 42.66 34.52 97.34 -
YUV 161.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 163 143 253 0.36 0.43 0 0.01 250.91 0.96 0.78
Hex A3 8F FD 24 2B 0 1 FB 60 4E
Octal 243 217 375 44 53 0 1 373 140 116
Binary 10100011 10001111 11111101 100100 101011 0 1 11111011 1100000 1001110

Color Harmonies of #A38FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FFD

Black with #A38FFD

Text Example


Text Example

White with #A38FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FFD; }

 p { color: rgb(163,143,253); }

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

background-color css

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

 a { background-color: rgb(163,143,253); }

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

border-color css

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

 span { border-color: rgb(163,143,253); }

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