Html Css Color HEX #A884FF Light Slate Blue

📋 copy color: '#A884FF'

red 168 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #A884FF

Tints of Light Slate Blue #A884FF

RGB

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

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

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

R = 30.27%
G = 23.78%
B = 45.95%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A884FF (or 0xA884FF) is known color: Light Slate Blue. HEX triplet: A8, 84 and FF. RGB value is (168,132,255). Sum of RGB (Red+Green+Blue) = 168+132+255=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A884FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884FF is #577B00. Grayscale: #9C9C9C. Windows color (decimal): -5733121 or 16745640. OLE color: 16745640.

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

Color convert

RGB 168 132 255 -
CMYK 0.34 0.48 0 0
HSL 257.56º 1% 0.76% -
HSV(B) 257.56º 0.48% 1% -
XYZ 42.45 32.05 98.56 -
YUV 156.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 168 132 255 0.34 0.48 0 0 257.56 1 0.76
Hex A8 84 FF 22 30 0 0 102 64 4C
Octal 250 204 377 42 60 0 0 402 144 114
Binary 10101000 10000100 11111111 100010 110000 0 0 100000010 1100100 1001100

Color Harmonies of #A884FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884FF

Black with #A884FF

Text Example


Text Example

White with #A884FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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