Html Css Color HEX #AC84FF Light Slate Blue

📋 copy color: '#AC84FF'

red 172 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #AC84FF

Tints of Light Slate Blue #AC84FF

RGB

 RED value IS 172 (67.58% from 255) = 30.77%

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

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

R = 30.77%
G = 23.61%
B = 45.62%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC84FF (or 0xAC84FF) is known color: Light Slate Blue. HEX triplet: AC, 84 and FF. RGB value is (172,132,255). Sum of RGB (Red+Green+Blue) = 172+132+255=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC84FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84FF is #537B00. Grayscale: #9D9D9D. Windows color (decimal): -5470977 or 16745644. OLE color: 16745644.

HSL color Cylindrical-coordinate representation of color #AC84FF: hue angle of 259.51º 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 #AC84FF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 132 255 -
CMYK 0.33 0.48 0 0
HSL 259.51º 1% 0.76% -
HSV(B) 259.51º 0.48% 1% -
XYZ 43.31 32.49 98.6 -
YUV 157.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 172 132 255 0.33 0.48 0 0 259.51 1 0.76
Hex AC 84 FF 21 30 0 0 104 64 4C
Octal 254 204 377 41 60 0 0 404 144 114
Binary 10101100 10000100 11111111 100001 110000 0 0 100000100 1100100 1001100

Color Harmonies of #AC84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84FF

Black with #AC84FF

Text Example


Text Example

White with #AC84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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