Html Css Color HEX #A380FD Light Slate Blue

📋 copy color: '#A380FD'

red 163 ◦ green 128 ◦ blue 253

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

Shades of Light Slate Blue #A380FD

Tints of Light Slate Blue #A380FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

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

R = 29.96%
G = 23.53%
B = 46.51%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A380FD (or 0xA380FD) is known color: Light Slate Blue. HEX triplet: A3, 80 and FD. RGB value is (163,128,253). Sum of RGB (Red+Green+Blue) = 163+128+253=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #A380FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380FD is #5C7F02. Grayscale: #989898. Windows color (decimal): -6061827 or 16613539. OLE color: 16613539.

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

Color convert

RGB 163 128 253 -
CMYK 0.36 0.49 0 0.01
HSL 256.8º 0.97% 0.75% -
HSV(B) 256.8º 0.49% 0.99% -
XYZ 40.55 30.32 96.64 -
YUV 152.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 163 128 253 0.36 0.49 0 0.01 256.8 0.97 0.75
Hex A3 80 FD 24 31 0 1 101 61 4B
Octal 243 200 375 44 61 0 1 401 141 113
Binary 10100011 10000000 11111101 100100 110001 0 1 100000001 1100001 1001011

Color Harmonies of #A380FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380FD

Black with #A380FD

Text Example


Text Example

White with #A380FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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