Html Css Color HEX #AC69FE Medium Purple

📋 copy color: '#AC69FE'

red 172 ◦ green 105 ◦ blue 254

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

Shades of Medium Purple #AC69FE

Tints of Medium Purple #AC69FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.77%

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 32.39%
G = 19.77%
B = 47.83%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC69FE (or 0xAC69FE) is known color: Medium Purple. HEX triplet: AC, 69 and FE. RGB value is (172,105,254). Sum of RGB (Red+Green+Blue) = 172+105+254=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC69FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69FE is #539601. Grayscale: #8D8D8D. Windows color (decimal): -5477890 or 16673196. OLE color: 16673196.

HSL color Cylindrical-coordinate representation of color #AC69FE: hue angle of 266.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC69FE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 105 254 -
CMYK 0.32 0.59 0 0.00
HSL 266.98º 0.99% 0.7% -
HSV(B) 266.98º 0.59% 1% -
XYZ 39.95 26.03 96.68 -
YUV 142.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 172 105 254 0.32 0.59 0 0.00 266.98 0.99 0.7
Hex AC 69 FE 20 3B 0 0 10B 63 46
Octal 254 151 376 40 73 0 0 413 143 106
Binary 10101100 1101001 11111110 100000 111011 0 0 100001011 1100011 1000110

Color Harmonies of #AC69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69FE

Black with #AC69FE

Text Example


Text Example

White with #AC69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69FE; }

 p { color: rgb(172,105,254); }

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

background-color css

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

 a { background-color: rgb(172,105,254); }

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

border-color css

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

 span { border-color: rgb(172,105,254); }

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