Html Css Color HEX #A884FE Light Slate Blue

📋 copy color: '#A884FE'

red 168 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #A884FE

Tints of Light Slate Blue #A884FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.83%

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

R = 30.32%
G = 23.83%
B = 45.85%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A884FE (or 0xA884FE) is known color: Light Slate Blue. HEX triplet: A8, 84 and FE. RGB value is (168,132,254). Sum of RGB (Red+Green+Blue) = 168+132+254=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A884FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884FE is #577B01. Grayscale: #9C9C9C. Windows color (decimal): -5733122 or 16680104. OLE color: 16680104.

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

Color convert

RGB 168 132 254 -
CMYK 0.34 0.48 0 0.00
HSL 257.7º 0.98% 0.76% -
HSV(B) 257.7º 0.48% 1% -
XYZ 42.29 31.98 97.71 -
YUV 156.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 168 132 254 0.34 0.48 0 0.00 257.7 0.98 0.76
Hex A8 84 FE 22 30 0 0 102 62 4C
Octal 250 204 376 42 60 0 0 402 142 114
Binary 10101000 10000100 11111110 100010 110000 0 0 100000010 1100010 1001100

Color Harmonies of #A884FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884FE

Black with #A884FE

Text Example


Text Example

White with #A884FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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