Html Css Color HEX #AC70FF Medium Purple

📋 copy color: '#AC70FF'

red 172 ◦ green 112 ◦ blue 255

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

Shades of Medium Purple #AC70FF

Tints of Medium Purple #AC70FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.78%

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

R = 31.91%
G = 20.78%
B = 47.31%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC70FF (or 0xAC70FF) is known color: Medium Purple. HEX triplet: AC, 70 and FF. RGB value is (172,112,255). Sum of RGB (Red+Green+Blue) = 172+112+255=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC70FF is #538F00. Grayscale: #919191. Windows color (decimal): -5476097 or 16740524. OLE color: 16740524.

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

Color convert

RGB 172 112 255 -
CMYK 0.33 0.56 0 0
HSL 265.17º 1% 0.72% -
HSV(B) 265.17º 0.56% 1% -
XYZ 40.86 27.58 97.78 -
YUV 146.24 189.38 146.37 -
System Red Green Blue C M Y K H S L
Decimal 172 112 255 0.33 0.56 0 0 265.17 1 0.72
Hex AC 70 FF 21 38 0 0 109 64 48
Octal 254 160 377 41 70 0 0 411 144 110
Binary 10101100 1110000 11111111 100001 111000 0 0 100001001 1100100 1001000

Color Harmonies of #AC70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70FF

Black with #AC70FF

Text Example


Text Example

White with #AC70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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