Html Css Color HEX #A38AF8 Light Slate Blue

📋 copy color: '#A38AF8'

red 163 ◦ green 138 ◦ blue 248

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

Shades of Light Slate Blue #A38AF8

Tints of Light Slate Blue #A38AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.14%

 BLUE value IS 248 (97.27% from 255) = 45.17%

R = 29.69%
G = 25.14%
B = 45.17%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A38AF8 (or 0xA38AF8) is known color: Light Slate Blue. HEX triplet: A3, 8A and F8. RGB value is (163,138,248). Sum of RGB (Red+Green+Blue) = 163+138+248=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #A38AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AF8 is #5C7507. Grayscale: #9D9D9D. Windows color (decimal): -6059272 or 16288419. OLE color: 16288419.

HSL color Cylindrical-coordinate representation of color #A38AF8: hue angle of 253.64º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A38AF8 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 138 248 -
CMYK 0.34 0.44 0 0.03
HSL 253.64º 0.89% 0.76% -
HSV(B) 253.64º 0.44% 0.97% -
XYZ 41.14 32.74 92.96 -
YUV 158.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 163 138 248 0.34 0.44 0 0.03 253.64 0.89 0.76
Hex A3 8A F8 22 2C 0 3 FE 59 4C
Octal 243 212 370 42 54 0 3 376 131 114
Binary 10100011 10001010 11111000 100010 101100 0 11 11111110 1011001 1001100

Color Harmonies of #A38AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AF8

Black with #A38AF8

Text Example


Text Example

White with #A38AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AF8; }

 p { color: rgb(163,138,248); }

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

background-color css

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

 a { background-color: rgb(163,138,248); }

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

border-color css

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

 span { border-color: rgb(163,138,248); }

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