Html Css Color HEX #AC75EA Medium Purple

📋 copy color: '#AC75EA'

red 172 ◦ green 117 ◦ blue 234

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

Shades of Medium Purple #AC75EA

Tints of Medium Purple #AC75EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.37%

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

R = 32.89%
G = 22.37%
B = 44.74%

CMYK

 C value IS 0.26

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC75EA (or 0xAC75EA) is known color: Medium Purple. HEX triplet: AC, 75 and EA. RGB value is (172,117,234). Sum of RGB (Red+Green+Blue) = 172+117+234=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC75EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC75EA is #538A15. Grayscale: #929292. Windows color (decimal): -5474838 or 15365548. OLE color: 15365548.

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

Color convert

RGB 172 117 234 -
CMYK 0.26 0.5 0 0.08
HSL 268.21º 0.74% 0.69% -
HSV(B) 268.21º 0.5% 0.92% -
XYZ 38.23 27.43 81.12 -
YUV 146.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 172 117 234 0.26 0.5 0 0.08 268.21 0.74 0.69
Hex AC 75 EA 1A 32 0 8 10C 4A 45
Octal 254 165 352 32 62 0 10 414 112 105
Binary 10101100 1110101 11101010 11010 110010 0 1000 100001100 1001010 1000101

Color Harmonies of #AC75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75EA

Black with #AC75EA

Text Example


Text Example

White with #AC75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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