Html Css Color HEX #A690FF Light Slate Blue

📋 copy color: '#A690FF'

red 166 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #A690FF

Tints of Light Slate Blue #A690FF

RGB

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

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

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

R = 29.38%
G = 25.49%
B = 45.13%

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

#A690FF (or 0xA690FF) is known color: Light Slate Blue. HEX triplet: A6, 90 and FF. RGB value is (166,144,255). Sum of RGB (Red+Green+Blue) = 166+144+255=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 144 (56.64% from 255 or 25.49% 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 #A690FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FF is #596F00. Grayscale: #A2A2A2. Windows color (decimal): -5861121 or 16748710. OLE color: 16748710.

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

Color convert

RGB 166 144 255 -
CMYK 0.35 0.44 0 0
HSL 251.89º 1% 0.78% -
HSV(B) 251.89º 0.44% 1% -
XYZ 43.75 35.27 99.11 -
YUV 163.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 166 144 255 0.35 0.44 0 0 251.89 1 0.78
Hex A6 90 FF 23 2C 0 0 FC 64 4E
Octal 246 220 377 43 54 0 0 374 144 116
Binary 10100110 10010000 11111111 100011 101100 0 0 11111100 1100100 1001110

Color Harmonies of #A690FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690FF

Black with #A690FF

Text Example


Text Example

White with #A690FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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