Html Css Color HEX #AC0CFA Electric Purple

📋 copy color: '#AC0CFA'

red 172 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #AC0CFA

Tints of Electric Purple #AC0CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 39.63%
G = 2.76%
B = 57.6%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC0CFA (or 0xAC0CFA) is known color: Electric Purple. HEX triplet: AC, 0C and FA. RGB value is (172,12,250). Sum of RGB (Red+Green+Blue) = 172+12+250=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC0CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CFA is #53F305. Grayscale: #565656. Windows color (decimal): -5501702 or 16387244. OLE color: 16387244.

HSL color Cylindrical-coordinate representation of color #AC0CFA: hue angle of 280.34º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CFA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 12 250 -
CMYK 0.31 0.95 0 0.02
HSL 280.34º 0.96% 0.51% -
HSV(B) 280.34º 0.95% 0.98% -
XYZ 34.4 15.94 91.71 -
YUV 86.97 220.01 188.65 -
System Red Green Blue C M Y K H S L
Decimal 172 12 250 0.31 0.95 0 0.02 280.34 0.96 0.51
Hex AC C FA 1F 5F 0 2 118 60 33
Octal 254 14 372 37 137 0 2 430 140 63
Binary 10101100 1100 11111010 11111 1011111 0 10 100011000 1100000 110011

Color Harmonies of #AC0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CFA

Black with #AC0CFA

Text Example


Text Example

White with #AC0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CFA; }

 p { color: rgb(172,12,250); }

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

background-color css

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

 a { background-color: rgb(172,12,250); }

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

border-color css

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

 span { border-color: rgb(172,12,250); }

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