Html Css Color HEX #A388FE Light Slate Blue

📋 copy color: '#A388FE'

red 163 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #A388FE

Tints of Light Slate Blue #A388FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.59%

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

R = 29.48%
G = 24.59%
B = 45.93%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A388FE (or 0xA388FE) is known color: Light Slate Blue. HEX triplet: A3, 88 and FE. RGB value is (163,136,254). Sum of RGB (Red+Green+Blue) = 163+136+254=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #A388FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388FE is #5C7701. Grayscale: #9D9D9D. Windows color (decimal): -6059778 or 16681123. OLE color: 16681123.

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

Color convert

RGB 163 136 254 -
CMYK 0.36 0.46 0 0.00
HSL 253.73º 0.98% 0.76% -
HSV(B) 253.73º 0.46% 1% -
XYZ 41.8 32.55 97.85 -
YUV 157.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 163 136 254 0.36 0.46 0 0.00 253.73 0.98 0.76
Hex A3 88 FE 24 2E 0 0 FE 62 4C
Octal 243 210 376 44 56 0 0 376 142 114
Binary 10100011 10001000 11111110 100100 101110 0 0 11111110 1100010 1001100

Color Harmonies of #A388FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388FE

Black with #A388FE

Text Example


Text Example

White with #A388FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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