Html Css Color HEX #AC69EA Medium Purple

📋 copy color: '#AC69EA'

red 172 ◦ green 105 ◦ blue 234

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

Shades of Medium Purple #AC69EA

Tints of Medium Purple #AC69EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 33.66%
G = 20.55%
B = 45.79%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC69EA (or 0xAC69EA) is known color: Medium Purple. HEX triplet: AC, 69 and EA. RGB value is (172,105,234). Sum of RGB (Red+Green+Blue) = 172+105+234=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC69EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69EA is #539615. Grayscale: #8B8B8B. Windows color (decimal): -5477910 or 15362476. OLE color: 15362476.

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

Color convert

RGB 172 105 234 -
CMYK 0.26 0.55 0 0.08
HSL 271.16º 0.75% 0.66% -
HSV(B) 271.16º 0.55% 0.92% -
XYZ 36.92 24.81 80.69 -
YUV 139.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 172 105 234 0.26 0.55 0 0.08 271.16 0.75 0.66
Hex AC 69 EA 1A 37 0 8 10F 4B 42
Octal 254 151 352 32 67 0 10 417 113 102
Binary 10101100 1101001 11101010 11010 110111 0 1000 100001111 1001011 1000010

Color Harmonies of #AC69EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69EA

Black with #AC69EA

Text Example


Text Example

White with #AC69EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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