Html Css Color HEX #A388FA Light Slate Blue

📋 copy color: '#A388FA'

red 163 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #A388FA

Tints of Light Slate Blue #A388FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 29.69%
G = 24.77%
B = 45.54%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A388FA (or 0xA388FA) is known color: Light Slate Blue. HEX triplet: A3, 88 and FA. RGB value is (163,136,250). Sum of RGB (Red+Green+Blue) = 163+136+250=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #A388FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388FA is #5C7705. Grayscale: #9C9C9C. Windows color (decimal): -6059782 or 16418979. OLE color: 16418979.

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

Color convert

RGB 163 136 250 -
CMYK 0.35 0.46 0 0.02
HSL 254.21º 0.92% 0.76% -
HSV(B) 254.21º 0.46% 0.98% -
XYZ 41.16 32.3 94.51 -
YUV 157.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 163 136 250 0.35 0.46 0 0.02 254.21 0.92 0.76
Hex A3 88 FA 23 2E 0 2 FE 5C 4C
Octal 243 210 372 43 56 0 2 376 134 114
Binary 10100011 10001000 11111010 100011 101110 0 10 11111110 1011100 1001100

Color Harmonies of #A388FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388FA

Black with #A388FA

Text Example


Text Example

White with #A388FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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