#A77CFF

Color #A77CFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A77CFF

Tints of Light Slate Blue #A77CFF

Color information

#A77CFF (or 0xA77CFF) is unknown color: approx Light Slate Blue. HEX triplet: A7, 7C and FF. RGB value is (167,124,255). Sum of RGB (Red+Green+Blue) = 167+124+255=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A77CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CFF is #588300. Grayscale: #979797. Windows color (decimal): -5800705 or 16743591. OLE color: 16743591.

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

Color convert

RGB167124255-
CMYK0.350.5100
HSL259.69º100%74.31%-
HSV(B)259.69º51.37%100%-
XYZ41.1929.8598.2-
YUV151.79186.25138.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.59%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 255 (100% from 255) = 46.70%
R=30.59%
G=22.71%
B=46.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671242550.350.5100259.6910074.31
HexA77CFF233300104644a
Octal247174377436300404144112
Binary101001111111100111111111000111100110010000010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CFF; }

 p { color: rgb(167,124,255); }

 H1.HeaderClassName
 {
   color: #A77CFF;
 }
 .AnyTagClassName
 {
   color: #A77CFF;
 }
</style>
background-color css

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

 a { background-color: rgb(167,124,255); }

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

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

 span { border-color: rgb(167,124,255); }

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