Html Css Color HEX #A879FF Light Slate Blue

📋 copy color: '#A879FF'

red 168 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #A879FF

Tints of Light Slate Blue #A879FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.24%

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

R = 30.88%
G = 22.24%
B = 46.88%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A879FF (or 0xA879FF) is known color: Light Slate Blue. HEX triplet: A8, 79 and FF. RGB value is (168,121,255). Sum of RGB (Red+Green+Blue) = 168+121+255=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A879FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A879FF is #578600. Grayscale: #959595. Windows color (decimal): -5735937 or 16742824. OLE color: 16742824.

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

Color convert

RGB 168 121 255 -
CMYK 0.34 0.53 0 0
HSL 261.04º 1% 0.74% -
HSV(B) 261.04º 0.53% 1% -
XYZ 41.04 29.22 98.08 -
YUV 150.33 187.07 140.6 -
System Red Green Blue C M Y K H S L
Decimal 168 121 255 0.34 0.53 0 0 261.04 1 0.74
Hex A8 79 FF 22 35 0 0 105 64 4A
Octal 250 171 377 42 65 0 0 405 144 112
Binary 10101000 1111001 11111111 100010 110101 0 0 100000101 1100100 1001010

Color Harmonies of #A879FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A879FF

Black with #A879FF

Text Example


Text Example

White with #A879FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A879FF; }

 p { color: rgb(168,121,255); }

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

background-color css

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

 a { background-color: rgb(168,121,255); }

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

border-color css

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

 span { border-color: rgb(168,121,255); }

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