Html Css Color HEX #A477FE Light Slate Blue

📋 copy color: '#A477FE'

red 164 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #A477FE

Tints of Light Slate Blue #A477FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 30.54%
G = 22.16%
B = 47.3%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A477FE (or 0xA477FE) is known color: Light Slate Blue. HEX triplet: A4, 77 and FE. RGB value is (164,119,254). Sum of RGB (Red+Green+Blue) = 164+119+254=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #A477FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A477FE is #5B8801. Grayscale: #939393. Windows color (decimal): -5998594 or 16676772. OLE color: 16676772.

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

Color convert

RGB 164 119 254 -
CMYK 0.35 0.53 0 0.00
HSL 260º 0.99% 0.73% -
HSV(B) 260º 0.53% 1% -
XYZ 39.8 28.24 97.12 -
YUV 147.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 164 119 254 0.35 0.53 0 0.00 260 0.99 0.73
Hex A4 77 FE 23 35 0 0 104 63 49
Octal 244 167 376 43 65 0 0 404 143 111
Binary 10100100 1110111 11111110 100011 110101 0 0 100000100 1100011 1001001

Color Harmonies of #A477FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477FE

Black with #A477FE

Text Example


Text Example

White with #A477FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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