Html Css Color HEX #A90CFC Electric Purple

📋 copy color: '#A90CFC'

red 169 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #A90CFC

Tints of Electric Purple #A90CFC

RGB

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

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

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

R = 39.03%
G = 2.77%
B = 58.2%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A90CFC (or 0xA90CFC) is known color: Electric Purple. HEX triplet: A9, 0C and FC. RGB value is (169,12,252). Sum of RGB (Red+Green+Blue) = 169+12+252=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #A90CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CFC is #56F303. Grayscale: #555555. Windows color (decimal): -5698308 or 16518313. OLE color: 16518313.

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

Color convert

RGB 169 12 252 -
CMYK 0.33 0.95 0 0.01
HSL 279.25º 0.98% 0.52% -
HSV(B) 279.25º 0.95% 0.99% -
XYZ 34.06 15.73 93.34 -
YUV 86.3 221.51 186.99 -
System Red Green Blue C M Y K H S L
Decimal 169 12 252 0.33 0.95 0 0.01 279.25 0.98 0.52
Hex A9 C FC 21 5F 0 1 117 62 34
Octal 251 14 374 41 137 0 1 427 142 64
Binary 10101001 1100 11111100 100001 1011111 0 1 100010111 1100010 110100

Color Harmonies of #A90CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CFC

Black with #A90CFC

Text Example


Text Example

White with #A90CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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