Html Css Color HEX #AA1BF0 Electric Purple

📋 copy color: '#AA1BF0'

red 170 ◦ green 27 ◦ blue 240

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

Shades of Electric Purple #AA1BF0

Tints of Electric Purple #AA1BF0

RGB

 RED value IS 170 (66.8% from 255) = 38.9%

 GREEN value IS 27 (10.94% from 255) = 6.18%

 BLUE value IS 240 (94.14% from 255) = 54.92%

R = 38.9%
G = 6.18%
B = 54.92%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA1BF0 (or 0xAA1BF0) is known color: Electric Purple. HEX triplet: AA, 1B and F0. RGB value is (170,27,240). Sum of RGB (Red+Green+Blue) = 170+27+240=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA1BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1BF0 is #55E40F. Grayscale: #5D5D5D. Windows color (decimal): -5628944 or 15735722. OLE color: 15735722.

HSL color Cylindrical-coordinate representation of color #AA1BF0: hue angle of 280.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1BF0 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 27 240 -
CMYK 0.29 0.89 0 0.06
HSL 280.28º 0.88% 0.52% -
HSV(B) 280.28º 0.89% 0.94% -
XYZ 32.7 15.62 83.73 -
YUV 94.04 210.38 182.18 -
System Red Green Blue C M Y K H S L
Decimal 170 27 240 0.29 0.89 0 0.06 280.28 0.88 0.52
Hex AA 1B F0 1D 59 0 6 118 58 34
Octal 252 33 360 35 131 0 6 430 130 64
Binary 10101010 11011 11110000 11101 1011001 0 110 100011000 1011000 110100

Color Harmonies of #AA1BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BF0

Black with #AA1BF0

Text Example


Text Example

White with #AA1BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BF0; }

 p { color: rgb(170,27,240); }

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

background-color css

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

 a { background-color: rgb(170,27,240); }

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

border-color css

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

 span { border-color: rgb(170,27,240); }

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