Html Css Color HEX #A581FD Light Slate Blue

📋 copy color: '#A581FD'

red 165 ◦ green 129 ◦ blue 253

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

Shades of Light Slate Blue #A581FD

Tints of Light Slate Blue #A581FD

RGB

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

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

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

R = 30.16%
G = 23.58%
B = 46.25%

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

#A581FD (or 0xA581FD) is known color: Light Slate Blue. HEX triplet: A5, 81 and FD. RGB value is (165,129,253). Sum of RGB (Red+Green+Blue) = 165+129+253=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #A581FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A581FD is #5A7E02. Grayscale: #999999. Windows color (decimal): -5930499 or 16613797. OLE color: 16613797.

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

Color convert

RGB 165 129 253 -
CMYK 0.35 0.49 0 0.01
HSL 257.42º 0.97% 0.75% -
HSV(B) 257.42º 0.49% 0.99% -
XYZ 41.1 30.79 96.71 -
YUV 153.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 165 129 253 0.35 0.49 0 0.01 257.42 0.97 0.75
Hex A5 81 FD 23 31 0 1 101 61 4B
Octal 245 201 375 43 61 0 1 401 141 113
Binary 10100101 10000001 11111101 100011 110001 0 1 100000001 1100001 1001011

Color Harmonies of #A581FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581FD

Black with #A581FD

Text Example


Text Example

White with #A581FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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