Html Css Color HEX #AB0CFD Electric Purple

📋 copy color: '#AB0CFD'

red 171 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #AB0CFD

Tints of Electric Purple #AB0CFD

RGB

 RED value IS 171 (67.19% from 255) = 39.22%

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

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

R = 39.22%
G = 2.75%
B = 58.03%

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

#AB0CFD (or 0xAB0CFD) is known color: Electric Purple. HEX triplet: AB, 0C and FD. RGB value is (171,12,253). Sum of RGB (Red+Green+Blue) = 171+12+253=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB0CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CFD is #54F302. Grayscale: #565656. Windows color (decimal): -5567235 or 16583851. OLE color: 16583851.

HSL color Cylindrical-coordinate representation of color #AB0CFD: hue angle of 279.59º 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 #AB0CFD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 12 253 -
CMYK 0.32 0.95 0 0.01
HSL 279.59º 0.98% 0.52% -
HSV(B) 279.59º 0.95% 0.99% -
XYZ 34.66 16.01 94.19 -
YUV 87.02 221.68 187.9 -
System Red Green Blue C M Y K H S L
Decimal 171 12 253 0.32 0.95 0 0.01 279.59 0.98 0.52
Hex AB C FD 20 5F 0 1 118 62 34
Octal 253 14 375 40 137 0 1 430 142 64
Binary 10101011 1100 11111101 100000 1011111 0 1 100011000 1100010 110100

Color Harmonies of #AB0CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CFD

Black with #AB0CFD

Text Example


Text Example

White with #AB0CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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