Html Css Color HEX #AC85FE Light Slate Blue

📋 copy color: '#AC85FE'

red 172 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #AC85FE

Tints of Light Slate Blue #AC85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.79%

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

R = 30.77%
G = 23.79%
B = 45.44%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC85FE (or 0xAC85FE) is known color: Light Slate Blue. HEX triplet: AC, 85 and FE. RGB value is (172,133,254). Sum of RGB (Red+Green+Blue) = 172+133+254=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85FE is #537A01. Grayscale: #9E9E9E. Windows color (decimal): -5470722 or 16680364. OLE color: 16680364.

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

Color convert

RGB 172 133 254 -
CMYK 0.32 0.48 0 0.00
HSL 259.34º 0.98% 0.76% -
HSV(B) 259.34º 0.48% 1% -
XYZ 43.29 32.7 97.8 -
YUV 158.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 172 133 254 0.32 0.48 0 0.00 259.34 0.98 0.76
Hex AC 85 FE 20 30 0 0 103 62 4C
Octal 254 205 376 40 60 0 0 403 142 114
Binary 10101100 10000101 11111110 100000 110000 0 0 100000011 1100010 1001100

Color Harmonies of #AC85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85FE

Black with #AC85FE

Text Example


Text Example

White with #AC85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85FE; }

 p { color: rgb(172,133,254); }

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

background-color css

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

 a { background-color: rgb(172,133,254); }

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

border-color css

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

 span { border-color: rgb(172,133,254); }

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