Html Css Color HEX #AD0CFB Electric Purple

📋 copy color: '#AD0CFB'

red 173 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #AD0CFB

Tints of Electric Purple #AD0CFB

RGB

 RED value IS 173 (67.97% from 255) = 39.68%

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

 BLUE value IS 251 (98.44% from 255) = 57.57%

R = 39.68%
G = 2.75%
B = 57.57%

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

#AD0CFB (or 0xAD0CFB) is known color: Electric Purple. HEX triplet: AD, 0C and FB. RGB value is (173,12,251). Sum of RGB (Red+Green+Blue) = 173+12+251=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD0CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CFB is #52F304. Grayscale: #565656. Windows color (decimal): -5436165 or 16452781. OLE color: 16452781.

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

Color convert

RGB 173 12 251 -
CMYK 0.31 0.95 0 0.02
HSL 280.42º 0.97% 0.52% -
HSV(B) 280.42º 0.95% 0.98% -
XYZ 34.78 16.11 92.54 -
YUV 87.39 220.34 189.07 -
System Red Green Blue C M Y K H S L
Decimal 173 12 251 0.31 0.95 0 0.02 280.42 0.97 0.52
Hex AD C FB 1F 5F 0 2 118 61 34
Octal 255 14 373 37 137 0 2 430 141 64
Binary 10101101 1100 11111011 11111 1011111 0 10 100011000 1100001 110100

Color Harmonies of #AD0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CFB

Black with #AD0CFB

Text Example


Text Example

White with #AD0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CFB; }

 p { color: rgb(173,12,251); }

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

background-color css

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

 a { background-color: rgb(173,12,251); }

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

border-color css

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

 span { border-color: rgb(173,12,251); }

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