Html Css Color HEX #A584FA Light Slate Blue

📋 copy color: '#A584FA'

red 165 ◦ green 132 ◦ blue 250

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

Shades of Light Slate Blue #A584FA

Tints of Light Slate Blue #A584FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 30.16%
G = 24.13%
B = 45.7%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A584FA (or 0xA584FA) is known color: Light Slate Blue. HEX triplet: A5, 84 and FA. RGB value is (165,132,250). Sum of RGB (Red+Green+Blue) = 165+132+250=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #A584FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584FA is #5A7B05. Grayscale: #9A9A9A. Windows color (decimal): -5929734 or 16417957. OLE color: 16417957.

HSL color Cylindrical-coordinate representation of color #A584FA: hue angle of 256.78º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A584FA is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 132 250 -
CMYK 0.34 0.47 0 0.02
HSL 256.78º 0.92% 0.75% -
HSV(B) 256.78º 0.47% 0.98% -
XYZ 41.02 31.4 94.34 -
YUV 155.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 165 132 250 0.34 0.47 0 0.02 256.78 0.92 0.75
Hex A5 84 FA 22 2F 0 2 101 5C 4B
Octal 245 204 372 42 57 0 2 401 134 113
Binary 10100101 10000100 11111010 100010 101111 0 10 100000001 1011100 1001011

Color Harmonies of #A584FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584FA

Black with #A584FA

Text Example


Text Example

White with #A584FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584FA; }

 p { color: rgb(165,132,250); }

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

background-color css

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

 a { background-color: rgb(165,132,250); }

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

border-color css

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

 span { border-color: rgb(165,132,250); }

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