Html Css Color HEX #A491FF Light Slate Blue

📋 copy color: '#A491FF'

red 164 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #A491FF

Tints of Light Slate Blue #A491FF

RGB

 RED value IS 164 (64.45% from 255) = 29.08%

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

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

R = 29.08%
G = 25.71%
B = 45.21%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A491FF (or 0xA491FF) is known color: Light Slate Blue. HEX triplet: A4, 91 and FF. RGB value is (164,145,255). Sum of RGB (Red+Green+Blue) = 164+145+255=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 145 (57.03% from 255 or 25.71% 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 #A491FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491FF is #5B6E00. Grayscale: #A2A2A2. Windows color (decimal): -5991937 or 16748964. OLE color: 16748964.

HSL color Cylindrical-coordinate representation of color #A491FF: hue angle of 250.36º 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 #A491FF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 145 255 -
CMYK 0.36 0.43 0 0
HSL 250.36º 1% 0.78% -
HSV(B) 250.36º 0.43% 1% -
XYZ 43.49 35.36 99.14 -
YUV 163.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 164 145 255 0.36 0.43 0 0 250.36 1 0.78
Hex A4 91 FF 24 2B 0 0 FA 64 4E
Octal 244 221 377 44 53 0 0 372 144 116
Binary 10100100 10010001 11111111 100100 101011 0 0 11111010 1100100 1001110

Color Harmonies of #A491FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491FF

Black with #A491FF

Text Example


Text Example

White with #A491FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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