Html Css Color HEX #A879FE Light Slate Blue

📋 copy color: '#A879FE'

red 168 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #A879FE

Tints of Light Slate Blue #A879FE

RGB

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

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

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

R = 30.94%
G = 22.28%
B = 46.78%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A879FE (or 0xA879FE) is known color: Light Slate Blue. HEX triplet: A8, 79 and FE. RGB value is (168,121,254). Sum of RGB (Red+Green+Blue) = 168+121+254=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A879FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A879FE is #578601. Grayscale: #959595. Windows color (decimal): -5735938 or 16677288. OLE color: 16677288.

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

Color convert

RGB 168 121 254 -
CMYK 0.34 0.52 0 0.00
HSL 261.2º 0.99% 0.74% -
HSV(B) 261.2º 0.52% 1% -
XYZ 40.88 29.16 97.24 -
YUV 150.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 168 121 254 0.34 0.52 0 0.00 261.2 0.99 0.74
Hex A8 79 FE 22 34 0 0 105 63 4A
Octal 250 171 376 42 64 0 0 405 143 112
Binary 10101000 1111001 11111110 100010 110100 0 0 100000101 1100011 1001010

Color Harmonies of #A879FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A879FE

Black with #A879FE

Text Example


Text Example

White with #A879FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A879FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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