Html Css Color HEX #AC0CFD Electric Purple

📋 copy color: '#AC0CFD'

red 172 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #AC0CFD

Tints of Electric Purple #AC0CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 39.36%
G = 2.75%
B = 57.89%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC0CFD (or 0xAC0CFD) is known color: Electric Purple. HEX triplet: AC, 0C and FD. RGB value is (172,12,253). Sum of RGB (Red+Green+Blue) = 172+12+253=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC0CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CFD is #53F302. Grayscale: #565656. Windows color (decimal): -5501699 or 16583852. OLE color: 16583852.

HSL color Cylindrical-coordinate representation of color #AC0CFD: hue angle of 279.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CFD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 12 253 -
CMYK 0.32 0.95 0 0.01
HSL 279.83º 0.98% 0.52% -
HSV(B) 279.83º 0.95% 0.99% -
XYZ 34.87 16.13 94.2 -
YUV 87.31 221.51 188.4 -
System Red Green Blue C M Y K H S L
Decimal 172 12 253 0.32 0.95 0 0.01 279.83 0.98 0.52
Hex AC C FD 20 5F 0 1 118 62 34
Octal 254 14 375 40 137 0 1 430 142 64
Binary 10101100 1100 11111101 100000 1011111 0 1 100011000 1100010 110100

Color Harmonies of #AC0CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CFD

Black with #AC0CFD

Text Example


Text Example

White with #AC0CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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