Html Css Color HEX #A66CFF Light Slate Blue

📋 copy color: '#A66CFF'

red 166 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #A66CFF

Tints of Light Slate Blue #A66CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.42%

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

R = 31.38%
G = 20.42%
B = 48.2%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A66CFF (or 0xA66CFF) is known color: Light Slate Blue. HEX triplet: A6, 6C and FF. RGB value is (166,108,255). Sum of RGB (Red+Green+Blue) = 166+108+255=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A66CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CFF is #599300. Grayscale: #8D8D8D. Windows color (decimal): -5870337 or 16739494. OLE color: 16739494.

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

Color convert

RGB 166 108 255 -
CMYK 0.35 0.58 0 0
HSL 263.67º 1% 0.71% -
HSV(B) 263.67º 0.58% 1% -
XYZ 39.14 26.05 97.57 -
YUV 142.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 166 108 255 0.35 0.58 0 0 263.67 1 0.71
Hex A6 6C FF 23 3A 0 0 108 64 47
Octal 246 154 377 43 72 0 0 410 144 107
Binary 10100110 1101100 11111111 100011 111010 0 0 100001000 1100100 1000111

Color Harmonies of #A66CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CFF

Black with #A66CFF

Text Example


Text Example

White with #A66CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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