Html Css Color HEX #A691FF Light Slate Blue

📋 copy color: '#A691FF'

red 166 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #A691FF

Tints of Light Slate Blue #A691FF

RGB

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

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

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

R = 29.33%
G = 25.62%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A691FF (or 0xA691FF) is known color: Light Slate Blue. HEX triplet: A6, 91 and FF. RGB value is (166,145,255). Sum of RGB (Red+Green+Blue) = 166+145+255=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A691FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A691FF is #596E00. Grayscale: #A3A3A3. Windows color (decimal): -5860865 or 16748966. OLE color: 16748966.

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

Color convert

RGB 166 145 255 -
CMYK 0.35 0.43 0 0
HSL 251.45º 1% 0.78% -
HSV(B) 251.45º 0.43% 1% -
XYZ 43.9 35.58 99.16 -
YUV 163.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 166 145 255 0.35 0.43 0 0 251.45 1 0.78
Hex A6 91 FF 23 2B 0 0 FB 64 4E
Octal 246 221 377 43 53 0 0 373 144 116
Binary 10100110 10010001 11111111 100011 101011 0 0 11111011 1100100 1001110

Color Harmonies of #A691FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691FF

Black with #A691FF

Text Example


Text Example

White with #A691FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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