Html Css Color HEX #A290FD Light Slate Blue

📋 copy color: '#A290FD'

red 162 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #A290FD

Tints of Light Slate Blue #A290FD

RGB

 RED value IS 162 (63.67% from 255) = 28.98%

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

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

R = 28.98%
G = 25.76%
B = 45.26%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A290FD (or 0xA290FD) is known color: Light Slate Blue. HEX triplet: A2, 90 and FD. RGB value is (162,144,253). Sum of RGB (Red+Green+Blue) = 162+144+253=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #A290FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290FD is #5D6F02. Grayscale: #A1A1A1. Windows color (decimal): -6123267 or 16617634. OLE color: 16617634.

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

Color convert

RGB 162 144 253 -
CMYK 0.36 0.43 0 0.01
HSL 249.91º 0.96% 0.78% -
HSV(B) 249.91º 0.43% 0.99% -
XYZ 42.6 34.72 97.38 -
YUV 161.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 162 144 253 0.36 0.43 0 0.01 249.91 0.96 0.78
Hex A2 90 FD 24 2B 0 1 FA 60 4E
Octal 242 220 375 44 53 0 1 372 140 116
Binary 10100010 10010000 11111101 100100 101011 0 1 11111010 1100000 1001110

Color Harmonies of #A290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290FD

Black with #A290FD

Text Example


Text Example

White with #A290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290FD; }

 p { color: rgb(162,144,253); }

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

background-color css

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

 a { background-color: rgb(162,144,253); }

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

border-color css

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

 span { border-color: rgb(162,144,253); }

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