Html Css Color HEX #A77FFF Light Slate Blue

📋 copy color: '#A77FFF'

red 167 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #A77FFF

Tints of Light Slate Blue #A77FFF

RGB

 RED value IS 167 (65.63% from 255) = 30.42%

 GREEN value IS 127 (50% from 255) = 23.13%

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

R = 30.42%
G = 23.13%
B = 46.45%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A77FFF (or 0xA77FFF) is known color: Light Slate Blue. HEX triplet: A7, 7F and FF. RGB value is (167,127,255). Sum of RGB (Red+Green+Blue) = 167+127+255=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #A77FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FFF is #588000. Grayscale: #999999. Windows color (decimal): -5799937 or 16744359. OLE color: 16744359.

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

Color convert

RGB 167 127 255 -
CMYK 0.35 0.50 0 0
HSL 258.75º 1% 0.75% -
HSV(B) 258.75º 0.5% 1% -
XYZ 41.58 30.61 98.33 -
YUV 153.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 167 127 255 0.35 0.50 0 0 258.75 1 0.75
Hex A7 7F FF 23 32 0 0 103 64 4B
Octal 247 177 377 43 62 0 0 403 144 113
Binary 10100111 1111111 11111111 100011 110010 0 0 100000011 1100100 1001011

Color Harmonies of #A77FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77FFF

Black with #A77FFF

Text Example


Text Example

White with #A77FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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