Html Css Color HEX #AC7FFF Light Slate Blue

📋 copy color: '#AC7FFF'

red 172 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #AC7FFF

Tints of Light Slate Blue #AC7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.92%

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

R = 31.05%
G = 22.92%
B = 46.03%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC7FFF (or 0xAC7FFF) is known color: Light Slate Blue. HEX triplet: AC, 7F and FF. RGB value is (172,127,255). Sum of RGB (Red+Green+Blue) = 172+127+255=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FFF is #538000. Grayscale: #9A9A9A. Windows color (decimal): -5472257 or 16744364. OLE color: 16744364.

HSL color Cylindrical-coordinate representation of color #AC7FFF: hue angle of 261.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7FFF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 127 255 -
CMYK 0.33 0.50 0 0
HSL 261.09º 1% 0.75% -
HSV(B) 261.09º 0.5% 1% -
XYZ 42.65 31.17 98.38 -
YUV 155.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 172 127 255 0.33 0.50 0 0 261.09 1 0.75
Hex AC 7F FF 21 32 0 0 105 64 4B
Octal 254 177 377 41 62 0 0 405 144 113
Binary 10101100 1111111 11111111 100001 110010 0 0 100000101 1100100 1001011

Color Harmonies of #AC7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FFF

Black with #AC7FFF

Text Example


Text Example

White with #AC7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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