Html Css Color HEX #A906F0 Electric Purple

📋 copy color: '#A906F0'

red 169 ◦ green 6 ◦ blue 240

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

Shades of Electric Purple #A906F0

Tints of Electric Purple #A906F0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 40.72%
G = 1.45%
B = 57.83%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A906F0 (or 0xA906F0) is known color: Electric Purple. HEX triplet: A9, 06 and F0. RGB value is (169,6,240). Sum of RGB (Red+Green+Blue) = 169+6+240=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #A906F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A906F0 is #56F90F. Grayscale: #505050. Windows color (decimal): -5699856 or 15730345. OLE color: 15730345.

HSL color Cylindrical-coordinate representation of color #A906F0: hue angle of 281.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A906F0 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 6 240 -
CMYK 0.30 0.98 0 0.06
HSL 281.79º 0.95% 0.48% -
HSV(B) 281.79º 0.98% 0.94% -
XYZ 32.16 14.86 83.61 -
YUV 81.41 217.5 190.47 -
System Red Green Blue C M Y K H S L
Decimal 169 6 240 0.30 0.98 0 0.06 281.79 0.95 0.48
Hex A9 6 F0 1E 62 0 6 11A 5F 30
Octal 251 6 360 36 142 0 6 432 137 60
Binary 10101001 110 11110000 11110 1100010 0 110 100011010 1011111 110000

Color Harmonies of #A906F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A906F0

Black with #A906F0

Text Example


Text Example

White with #A906F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A906F0; }

 p { color: rgb(169,6,240); }

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

background-color css

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

 a { background-color: rgb(169,6,240); }

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

border-color css

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

 span { border-color: rgb(169,6,240); }

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