Html Css Color HEX #A373FD Light Slate Blue

📋 copy color: '#A373FD'

red 163 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #A373FD

Tints of Light Slate Blue #A373FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

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

R = 30.7%
G = 21.66%
B = 47.65%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A373FD (or 0xA373FD) is known color: Light Slate Blue. HEX triplet: A3, 73 and FD. RGB value is (163,115,253). Sum of RGB (Red+Green+Blue) = 163+115+253=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #A373FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373FD is #5C8C02. Grayscale: #909090. Windows color (decimal): -6065155 or 16610211. OLE color: 16610211.

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

Color convert

RGB 163 115 253 -
CMYK 0.36 0.55 0 0.01
HSL 260.87º 0.97% 0.72% -
HSV(B) 260.87º 0.55% 0.99% -
XYZ 38.96 27.14 96.11 -
YUV 145.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 163 115 253 0.36 0.55 0 0.01 260.87 0.97 0.72
Hex A3 73 FD 24 37 0 1 105 61 48
Octal 243 163 375 44 67 0 1 405 141 110
Binary 10100011 1110011 11111101 100100 110111 0 1 100000101 1100001 1001000

Color Harmonies of #A373FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373FD

Black with #A373FD

Text Example


Text Example

White with #A373FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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