Html Css Color HEX #AC69EE Medium Purple

📋 copy color: '#AC69EE'

red 172 ◦ green 105 ◦ blue 238

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

Shades of Medium Purple #AC69EE

Tints of Medium Purple #AC69EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 33.4%
G = 20.39%
B = 46.21%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC69EE (or 0xAC69EE) is known color: Medium Purple. HEX triplet: AC, 69 and EE. RGB value is (172,105,238). Sum of RGB (Red+Green+Blue) = 172+105+238=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69EE is #539611. Grayscale: #8B8B8B. Windows color (decimal): -5477906 or 15624620. OLE color: 15624620.

HSL color Cylindrical-coordinate representation of color #AC69EE: hue angle of 270.23º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC69EE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 105 238 -
CMYK 0.28 0.56 0 0.07
HSL 270.23º 0.8% 0.67% -
HSV(B) 270.23º 0.56% 0.93% -
XYZ 37.5 25.05 83.75 -
YUV 140.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 172 105 238 0.28 0.56 0 0.07 270.23 0.8 0.67
Hex AC 69 EE 1C 38 0 7 10E 50 43
Octal 254 151 356 34 70 0 7 416 120 103
Binary 10101100 1101001 11101110 11100 111000 0 111 100001110 1010000 1000011

Color Harmonies of #AC69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69EE

Black with #AC69EE

Text Example


Text Example

White with #AC69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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