Html Css Color HEX #A906F1 Electric Purple

📋 copy color: '#A906F1'

red 169 ◦ green 6 ◦ blue 241

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

Shades of Electric Purple #A906F1

Tints of Electric Purple #A906F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.93%

R = 40.63%
G = 1.44%
B = 57.93%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A906F1 (or 0xA906F1) is known color: Electric Purple. HEX triplet: A9, 06 and F1. RGB value is (169,6,241). Sum of RGB (Red+Green+Blue) = 169+6+241=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #A906F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A906F1 is #56F90E. Grayscale: #505050. Windows color (decimal): -5699855 or 15795881. OLE color: 15795881.

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

Color convert

RGB 169 6 241 -
CMYK 0.30 0.98 0 0.05
HSL 281.62º 0.95% 0.48% -
HSV(B) 281.62º 0.98% 0.95% -
XYZ 32.3 14.92 84.4 -
YUV 81.53 218 190.39 -
System Red Green Blue C M Y K H S L
Decimal 169 6 241 0.30 0.98 0 0.05 281.62 0.95 0.48
Hex A9 6 F1 1E 62 0 5 11A 5F 30
Octal 251 6 361 36 142 0 5 432 137 60
Binary 10101001 110 11110001 11110 1100010 0 101 100011010 1011111 110000

Color Harmonies of #A906F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A906F1

Black with #A906F1

Text Example


Text Example

White with #A906F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A906F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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