Html Css Color HEX #A477FF Light Slate Blue

📋 copy color: '#A477FF'

red 164 ◦ green 119 ◦ blue 255

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

Shades of Light Slate Blue #A477FF

Tints of Light Slate Blue #A477FF

RGB

 RED value IS 164 (64.45% from 255) = 30.48%

 GREEN value IS 119 (46.88% from 255) = 22.12%

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

R = 30.48%
G = 22.12%
B = 47.4%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A477FF (or 0xA477FF) is known color: Light Slate Blue. HEX triplet: A4, 77 and FF. RGB value is (164,119,255). Sum of RGB (Red+Green+Blue) = 164+119+255=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A477FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A477FF is #5B8800. Grayscale: #939393. Windows color (decimal): -5998593 or 16742308. OLE color: 16742308.

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

Color convert

RGB 164 119 255 -
CMYK 0.36 0.53 0 0
HSL 259.85º 1% 0.73% -
HSV(B) 259.85º 0.53% 1% -
XYZ 39.96 28.31 97.97 -
YUV 147.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 164 119 255 0.36 0.53 0 0 259.85 1 0.73
Hex A4 77 FF 24 35 0 0 104 64 49
Octal 244 167 377 44 65 0 0 404 144 111
Binary 10100100 1110111 11111111 100100 110101 0 0 100000100 1100100 1001001

Color Harmonies of #A477FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477FF

Black with #A477FF

Text Example


Text Example

White with #A477FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477FF; }

 p { color: rgb(164,119,255); }

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

background-color css

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

 a { background-color: rgb(164,119,255); }

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

border-color css

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

 span { border-color: rgb(164,119,255); }

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