Html Css Color HEX #A90AF6 Electric Purple

📋 copy color: '#A90AF6'

red 169 ◦ green 10 ◦ blue 246

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

Shades of Electric Purple #A90AF6

Tints of Electric Purple #A90AF6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 246 (96.48% from 255) = 57.88%

R = 39.76%
G = 2.35%
B = 57.88%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A90AF6 (or 0xA90AF6) is known color: Electric Purple. HEX triplet: A9, 0A and F6. RGB value is (169,10,246). Sum of RGB (Red+Green+Blue) = 169+10+246=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #A90AF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90AF6 is #56F509. Grayscale: #535353. Windows color (decimal): -5698826 or 16124585. OLE color: 16124585.

HSL color Cylindrical-coordinate representation of color #A90AF6: hue angle of 280.42º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90AF6 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 10 246 -
CMYK 0.31 0.96 0 0.04
HSL 280.42º 0.93% 0.5% -
HSV(B) 280.42º 0.96% 0.96% -
XYZ 33.11 15.31 88.4 -
YUV 84.45 219.18 188.31 -
System Red Green Blue C M Y K H S L
Decimal 169 10 246 0.31 0.96 0 0.04 280.42 0.93 0.5
Hex A9 A F6 1F 60 0 4 118 5D 32
Octal 251 12 366 37 140 0 4 430 135 62
Binary 10101001 1010 11110110 11111 1100000 0 100 100011000 1011101 110010

Color Harmonies of #A90AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AF6

Black with #A90AF6

Text Example


Text Example

White with #A90AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AF6; }

 p { color: rgb(169,10,246); }

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

background-color css

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

 a { background-color: rgb(169,10,246); }

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

border-color css

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

 span { border-color: rgb(169,10,246); }

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