Html Css Color HEX #A573FD Light Slate Blue

📋 copy color: '#A573FD'

red 165 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #A573FD

Tints of Light Slate Blue #A573FD

RGB

 RED value IS 165 (64.84% from 255) = 30.96%

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

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

R = 30.96%
G = 21.58%
B = 47.47%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A573FD (or 0xA573FD) is known color: Light Slate Blue. HEX triplet: A5, 73 and FD. RGB value is (165,115,253). Sum of RGB (Red+Green+Blue) = 165+115+253=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #A573FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573FD is #5A8C02. Grayscale: #919191. Windows color (decimal): -5934083 or 16610213. OLE color: 16610213.

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

Color convert

RGB 165 115 253 -
CMYK 0.35 0.55 0 0.01
HSL 261.74º 0.97% 0.72% -
HSV(B) 261.74º 0.55% 0.99% -
XYZ 39.38 27.35 96.13 -
YUV 145.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 165 115 253 0.35 0.55 0 0.01 261.74 0.97 0.72
Hex A5 73 FD 23 37 0 1 106 61 48
Octal 245 163 375 43 67 0 1 406 141 110
Binary 10100101 1110011 11111101 100011 110111 0 1 100000110 1100001 1001000

Color Harmonies of #A573FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573FD

Black with #A573FD

Text Example


Text Example

White with #A573FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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