Html Css Color HEX #A380FC Light Slate Blue

📋 copy color: '#A380FC'

red 163 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #A380FC

Tints of Light Slate Blue #A380FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 30.02%
G = 23.57%
B = 46.41%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A380FC (or 0xA380FC) is known color: Light Slate Blue. HEX triplet: A3, 80 and FC. RGB value is (163,128,252). Sum of RGB (Red+Green+Blue) = 163+128+252=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #A380FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380FC is #5C7F03. Grayscale: #989898. Windows color (decimal): -6061828 or 16548003. OLE color: 16548003.

HSL color Cylindrical-coordinate representation of color #A380FC: hue angle of 256.94º degrees, saturation: 0.95, 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 #A380FC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 128 252 -
CMYK 0.35 0.49 0 0.01
HSL 256.94º 0.95% 0.75% -
HSV(B) 256.94º 0.49% 0.99% -
XYZ 40.39 30.25 95.81 -
YUV 152.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 163 128 252 0.35 0.49 0 0.01 256.94 0.95 0.75
Hex A3 80 FC 23 31 0 1 101 5F 4B
Octal 243 200 374 43 61 0 1 401 137 113
Binary 10100011 10000000 11111100 100011 110001 0 1 100000001 1011111 1001011

Color Harmonies of #A380FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380FC

Black with #A380FC

Text Example


Text Example

White with #A380FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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