Html Css Color HEX #AC74FF Medium Purple

📋 copy color: '#AC74FF'

red 172 ◦ green 116 ◦ blue 255

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

Shades of Medium Purple #AC74FF

Tints of Medium Purple #AC74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.36%

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

R = 31.68%
G = 21.36%
B = 46.96%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC74FF (or 0xAC74FF) is known color: Medium Purple. HEX triplet: AC, 74 and FF. RGB value is (172,116,255). Sum of RGB (Red+Green+Blue) = 172+116+255=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74FF is #538B00. Grayscale: #949494. Windows color (decimal): -5475073 or 16741548. OLE color: 16741548.

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

Color convert

RGB 172 116 255 -
CMYK 0.33 0.55 0 0
HSL 264.17º 1% 0.73% -
HSV(B) 264.17º 0.55% 1% -
XYZ 41.31 28.48 97.93 -
YUV 148.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 172 116 255 0.33 0.55 0 0 264.17 1 0.73
Hex AC 74 FF 21 37 0 0 108 64 49
Octal 254 164 377 41 67 0 0 410 144 111
Binary 10101100 1110100 11111111 100001 110111 0 0 100001000 1100100 1001001

Color Harmonies of #AC74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74FF

Black with #AC74FF

Text Example


Text Example

White with #AC74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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