Html Css Color HEX #AC83FF Light Slate Blue

📋 copy color: '#AC83FF'

red 172 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #AC83FF

Tints of Light Slate Blue #AC83FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.48%

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

R = 30.82%
G = 23.48%
B = 45.7%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC83FF (or 0xAC83FF) is known color: Light Slate Blue. HEX triplet: AC, 83 and FF. RGB value is (172,131,255). Sum of RGB (Red+Green+Blue) = 172+131+255=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83FF is #537C00. Grayscale: #9C9C9C. Windows color (decimal): -5471233 or 16745388. OLE color: 16745388.

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

Color convert

RGB 172 131 255 -
CMYK 0.33 0.49 0 0
HSL 259.84º 1% 0.76% -
HSV(B) 259.84º 0.49% 1% -
XYZ 43.18 32.22 98.55 -
YUV 157.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 172 131 255 0.33 0.49 0 0 259.84 1 0.76
Hex AC 83 FF 21 31 0 0 104 64 4C
Octal 254 203 377 41 61 0 0 404 144 114
Binary 10101100 10000011 11111111 100001 110001 0 0 100000100 1100100 1001100

Color Harmonies of #AC83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83FF

Black with #AC83FF

Text Example


Text Example

White with #AC83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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