Html Css Color HEX #A90CFF Electric Purple

📋 copy color: '#A90CFF'

red 169 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #A90CFF

Tints of Electric Purple #A90CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 38.76%
G = 2.75%
B = 58.49%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A90CFF (or 0xA90CFF) is known color: Electric Purple. HEX triplet: A9, 0C and FF. RGB value is (169,12,255). Sum of RGB (Red+Green+Blue) = 169+12+255=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A90CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CFF is #56F300. Grayscale: #555555. Windows color (decimal): -5698305 or 16714921. OLE color: 16714921.

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

Color convert

RGB 169 12 255 -
CMYK 0.34 0.95 0 0
HSL 278.77º 1% 0.52% -
HSV(B) 278.77º 0.95% 1% -
XYZ 34.54 15.92 95.86 -
YUV 86.65 223.01 186.74 -
System Red Green Blue C M Y K H S L
Decimal 169 12 255 0.34 0.95 0 0 278.77 1 0.52
Hex A9 C FF 22 5F 0 0 117 64 34
Octal 251 14 377 42 137 0 0 427 144 64
Binary 10101001 1100 11111111 100010 1011111 0 0 100010111 1100100 110100

Color Harmonies of #A90CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CFF

Black with #A90CFF

Text Example


Text Example

White with #A90CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CFF; }

 p { color: rgb(169,12,255); }

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

background-color css

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

 a { background-color: rgb(169,12,255); }

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

border-color css

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

 span { border-color: rgb(169,12,255); }

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