Html Css Color HEX #A877FE Light Slate Blue

📋 copy color: '#A877FE'

red 168 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #A877FE

Tints of Light Slate Blue #A877FE

RGB

 RED value IS 168 (66.02% from 255) = 31.05%

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

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

R = 31.05%
G = 22%
B = 46.95%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A877FE (or 0xA877FE) is known color: Light Slate Blue. HEX triplet: A8, 77 and FE. RGB value is (168,119,254). Sum of RGB (Red+Green+Blue) = 168+119+254=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #A877FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A877FE is #578801. Grayscale: #949494. Windows color (decimal): -5736450 or 16676776. OLE color: 16676776.

HSL color Cylindrical-coordinate representation of color #A877FE: hue angle of 261.78º 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 #A877FE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 119 254 -
CMYK 0.34 0.53 0 0.00
HSL 261.78º 0.99% 0.73% -
HSV(B) 261.78º 0.53% 1% -
XYZ 40.63 28.67 97.16 -
YUV 149.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 168 119 254 0.34 0.53 0 0.00 261.78 0.99 0.73
Hex A8 77 FE 22 35 0 0 106 63 49
Octal 250 167 376 42 65 0 0 406 143 111
Binary 10101000 1110111 11111110 100010 110101 0 0 100000110 1100011 1001001

Color Harmonies of #A877FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A877FE

Black with #A877FE

Text Example


Text Example

White with #A877FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A877FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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