Html Css Color HEX #AC69E8 Medium Purple

📋 copy color: '#AC69E8'

red 172 ◦ green 105 ◦ blue 232

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

Shades of Medium Purple #AC69E8

Tints of Medium Purple #AC69E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.58%

R = 33.79%
G = 20.63%
B = 45.58%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC69E8 (or 0xAC69E8) is known color: Medium Purple. HEX triplet: AC, 69 and E8. RGB value is (172,105,232). Sum of RGB (Red+Green+Blue) = 172+105+232=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC69E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69E8 is #539617. Grayscale: #8B8B8B. Windows color (decimal): -5477912 or 15231404. OLE color: 15231404.

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

Color convert

RGB 172 105 232 -
CMYK 0.26 0.55 0 0.09
HSL 271.65º 0.73% 0.66% -
HSV(B) 271.65º 0.55% 0.91% -
XYZ 36.63 24.7 79.18 -
YUV 139.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 172 105 232 0.26 0.55 0 0.09 271.65 0.73 0.66
Hex AC 69 E8 1A 37 0 9 110 49 42
Octal 254 151 350 32 67 0 11 420 111 102
Binary 10101100 1101001 11101000 11010 110111 0 1001 100010000 1001001 1000010

Color Harmonies of #AC69E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69E8

Black with #AC69E8

Text Example


Text Example

White with #AC69E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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