Html Css Color HEX #AC03ED Electric Purple

📋 copy color: '#AC03ED'

red 172 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #AC03ED

Tints of Electric Purple #AC03ED

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 237 (92.97% from 255) = 57.52%

R = 41.75%
G = 0.73%
B = 57.52%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC03ED (or 0xAC03ED) is known color: Electric Purple. HEX triplet: AC, 03 and ED. RGB value is (172,3,237). Sum of RGB (Red+Green+Blue) = 172+3+237=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC03ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03ED is #53FC12. Grayscale: #4F4F4F. Windows color (decimal): -5504019 or 15532972. OLE color: 15532972.

HSL color Cylindrical-coordinate representation of color #AC03ED: hue angle of 283.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03ED is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 3 237 -
CMYK 0.27 0.99 0 0.07
HSL 283.33º 0.98% 0.47% -
HSV(B) 283.33º 0.99% 0.93% -
XYZ 32.33 14.95 81.3 -
YUV 80.21 216.49 193.47 -
System Red Green Blue C M Y K H S L
Decimal 172 3 237 0.27 0.99 0 0.07 283.33 0.98 0.47
Hex AC 3 ED 1B 63 0 7 11B 62 2F
Octal 254 3 355 33 143 0 7 433 142 57
Binary 10101100 11 11101101 11011 1100011 0 111 100011011 1100010 101111

Color Harmonies of #AC03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03ED

Black with #AC03ED

Text Example


Text Example

White with #AC03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03ED; }

 p { color: rgb(172,3,237); }

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

background-color css

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

 a { background-color: rgb(172,3,237); }

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

border-color css

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

 span { border-color: rgb(172,3,237); }

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