Html Css Color HEX #A690FE Light Slate Blue

📋 copy color: '#A690FE'

red 166 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #A690FE

Tints of Light Slate Blue #A690FE

RGB

 RED value IS 166 (65.23% from 255) = 29.43%

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

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 29.43%
G = 25.53%
B = 45.04%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A690FE (or 0xA690FE) is known color: Light Slate Blue. HEX triplet: A6, 90 and FE. RGB value is (166,144,254). Sum of RGB (Red+Green+Blue) = 166+144+254=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A690FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FE is #596F01. Grayscale: #A2A2A2. Windows color (decimal): -5861122 or 16683174. OLE color: 16683174.

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

Color convert

RGB 166 144 254 -
CMYK 0.35 0.43 0 0.00
HSL 252º 0.98% 0.78% -
HSV(B) 252º 0.43% 1% -
XYZ 43.59 35.21 98.26 -
YUV 163.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 166 144 254 0.35 0.43 0 0.00 252 0.98 0.78
Hex A6 90 FE 23 2B 0 0 FC 62 4E
Octal 246 220 376 43 53 0 0 374 142 116
Binary 10100110 10010000 11111110 100011 101011 0 0 11111100 1100010 1001110

Color Harmonies of #A690FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690FE

Black with #A690FE

Text Example


Text Example

White with #A690FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690FE; }

 p { color: rgb(166,144,254); }

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

background-color css

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

 a { background-color: rgb(166,144,254); }

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

border-color css

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

 span { border-color: rgb(166,144,254); }

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