Html Css Color HEX #A590FF Light Slate Blue

📋 copy color: '#A590FF'

red 165 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #A590FF

Tints of Light Slate Blue #A590FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.53%

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

R = 29.26%
G = 25.53%
B = 45.21%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A590FF (or 0xA590FF) is known color: Light Slate Blue. HEX triplet: A5, 90 and FF. RGB value is (165,144,255). Sum of RGB (Red+Green+Blue) = 165+144+255=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A590FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A590FF is #5A6F00. Grayscale: #A2A2A2. Windows color (decimal): -5926657 or 16748709. OLE color: 16748709.

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

Color convert

RGB 165 144 255 -
CMYK 0.35 0.44 0 0
HSL 251.35º 1% 0.78% -
HSV(B) 251.35º 0.44% 1% -
XYZ 43.54 35.17 99.1 -
YUV 162.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 165 144 255 0.35 0.44 0 0 251.35 1 0.78
Hex A5 90 FF 23 2C 0 0 FB 64 4E
Octal 245 220 377 43 54 0 0 373 144 116
Binary 10100101 10010000 11111111 100011 101100 0 0 11111011 1100100 1001110

Color Harmonies of #A590FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590FF

Black with #A590FF

Text Example


Text Example

White with #A590FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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