Html Css Color HEX #A90FFC Electric Purple

📋 copy color: '#A90FFC'

red 169 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #A90FFC

Tints of Electric Purple #A90FFC

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

 GREEN value IS 15 (6.25% from 255) = 3.44%

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 38.76%
G = 3.44%
B = 57.8%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A90FFC (or 0xA90FFC) is known color: Electric Purple. HEX triplet: A9, 0F and FC. RGB value is (169,15,252). Sum of RGB (Red+Green+Blue) = 169+15+252=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A90FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FFC is #56F003. Grayscale: #575757. Windows color (decimal): -5697540 or 16519081. OLE color: 16519081.

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

Color convert

RGB 169 15 252 -
CMYK 0.33 0.94 0 0.01
HSL 278.99º 0.98% 0.52% -
HSV(B) 278.99º 0.94% 0.99% -
XYZ 34.1 15.8 93.35 -
YUV 88.06 220.52 185.73 -
System Red Green Blue C M Y K H S L
Decimal 169 15 252 0.33 0.94 0 0.01 278.99 0.98 0.52
Hex A9 F FC 21 5E 0 1 117 62 34
Octal 251 17 374 41 136 0 1 427 142 64
Binary 10101001 1111 11111100 100001 1011110 0 1 100010111 1100010 110100

Color Harmonies of #A90FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FFC

Black with #A90FFC

Text Example


Text Example

White with #A90FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FFC; }

 p { color: rgb(169,15,252); }

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

background-color css

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

 a { background-color: rgb(169,15,252); }

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

border-color css

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

 span { border-color: rgb(169,15,252); }

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