Html Css Color HEX #AC69F8 Medium Purple

📋 copy color: '#AC69F8'

red 172 ◦ green 105 ◦ blue 248

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

Shades of Medium Purple #AC69F8

Tints of Medium Purple #AC69F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 32.76%
G = 20%
B = 47.24%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC69F8 (or 0xAC69F8) is known color: Medium Purple. HEX triplet: AC, 69 and F8. RGB value is (172,105,248). Sum of RGB (Red+Green+Blue) = 172+105+248=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC69F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69F8 is #539607. Grayscale: #8C8C8C. Windows color (decimal): -5477896 or 16279980. OLE color: 16279980.

HSL color Cylindrical-coordinate representation of color #AC69F8: hue angle of 268.11º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC69F8 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 105 248 -
CMYK 0.31 0.58 0 0.03
HSL 268.11º 0.91% 0.69% -
HSV(B) 268.11º 0.58% 0.97% -
XYZ 39.01 25.65 91.7 -
YUV 141.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 172 105 248 0.31 0.58 0 0.03 268.11 0.91 0.69
Hex AC 69 F8 1F 3A 0 3 10C 5B 45
Octal 254 151 370 37 72 0 3 414 133 105
Binary 10101100 1101001 11111000 11111 111010 0 11 100001100 1011011 1000101

Color Harmonies of #AC69F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69F8

Black with #AC69F8

Text Example


Text Example

White with #AC69F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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