Html Css Color HEX #A381FE Light Slate Blue

📋 copy color: '#A381FE'

red 163 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #A381FE

Tints of Light Slate Blue #A381FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.63%

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

R = 29.85%
G = 23.63%
B = 46.52%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A381FE (or 0xA381FE) is known color: Light Slate Blue. HEX triplet: A3, 81 and FE. RGB value is (163,129,254). Sum of RGB (Red+Green+Blue) = 163+129+254=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #A381FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A381FE is #5C7E01. Grayscale: #989898. Windows color (decimal): -6061570 or 16679331. OLE color: 16679331.

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

Color convert

RGB 163 129 254 -
CMYK 0.36 0.49 0 0.00
HSL 256.32º 0.98% 0.75% -
HSV(B) 256.32º 0.49% 1% -
XYZ 40.84 30.64 97.53 -
YUV 153.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 163 129 254 0.36 0.49 0 0.00 256.32 0.98 0.75
Hex A3 81 FE 24 31 0 0 100 62 4B
Octal 243 201 376 44 61 0 0 400 142 113
Binary 10100011 10000001 11111110 100100 110001 0 0 100000000 1100010 1001011

Color Harmonies of #A381FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381FE

Black with #A381FE

Text Example


Text Example

White with #A381FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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