Html Css Color HEX #A591FF Light Slate Blue

📋 copy color: '#A591FF'

red 165 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #A591FF

Tints of Light Slate Blue #A591FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.66%

 BLUE value IS 255 (100% from 255) = 45.13%

R = 29.2%
G = 25.66%
B = 45.13%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A591FF (or 0xA591FF) is known color: Light Slate Blue. HEX triplet: A5, 91 and FF. RGB value is (165,145,255). Sum of RGB (Red+Green+Blue) = 165+145+255=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A591FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A591FF is #5A6E00. Grayscale: #A3A3A3. Windows color (decimal): -5926401 or 16748965. OLE color: 16748965.

HSL color Cylindrical-coordinate representation of color #A591FF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A591FF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 145 255 -
CMYK 0.35 0.43 0 0
HSL 250.91º 1% 0.78% -
HSV(B) 250.91º 0.43% 1% -
XYZ 43.69 35.47 99.15 -
YUV 163.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 165 145 255 0.35 0.43 0 0 250.91 1 0.78
Hex A5 91 FF 23 2B 0 0 FB 64 4E
Octal 245 221 377 43 53 0 0 373 144 116
Binary 10100101 10010001 11111111 100011 101011 0 0 11111011 1100100 1001110

Color Harmonies of #A591FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591FF

Black with #A591FF

Text Example


Text Example

White with #A591FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591FF; }

 p { color: rgb(165,145,255); }

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

background-color css

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

 a { background-color: rgb(165,145,255); }

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

border-color css

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

 span { border-color: rgb(165,145,255); }

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