Html Css Color HEX #AC7FF1 Medium Purple

📋 copy color: '#AC7FF1'

red 172 ◦ green 127 ◦ blue 241

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

Shades of Medium Purple #AC7FF1

Tints of Medium Purple #AC7FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 31.85%
G = 23.52%
B = 44.63%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC7FF1 (or 0xAC7FF1) is known color: Medium Purple. HEX triplet: AC, 7F and F1. RGB value is (172,127,241). Sum of RGB (Red+Green+Blue) = 172+127+241=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FF1 is #53800E. Grayscale: #999999. Windows color (decimal): -5472271 or 15826860. OLE color: 15826860.

HSL color Cylindrical-coordinate representation of color #AC7FF1: hue angle of 263.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7FF1 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 127 241 -
CMYK 0.29 0.47 0 0.05
HSL 263.68º 0.8% 0.72% -
HSV(B) 263.68º 0.47% 0.95% -
XYZ 40.48 30.3 86.93 -
YUV 153.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 172 127 241 0.29 0.47 0 0.05 263.68 0.8 0.72
Hex AC 7F F1 1D 2F 0 5 108 50 48
Octal 254 177 361 35 57 0 5 410 120 110
Binary 10101100 1111111 11110001 11101 101111 0 101 100001000 1010000 1001000

Color Harmonies of #AC7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FF1

Black with #AC7FF1

Text Example


Text Example

White with #AC7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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