Html Css Color HEX #A307F9 Electric Purple

📋 copy color: '#A307F9'

red 163 ◦ green 7 ◦ blue 249

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

Shades of Electric Purple #A307F9

Tints of Electric Purple #A307F9

RGB

 RED value IS 163 (64.06% from 255) = 38.9%

 GREEN value IS 7 (3.13% from 255) = 1.67%

 BLUE value IS 249 (97.66% from 255) = 59.43%

R = 38.9%
G = 1.67%
B = 59.43%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A307F9 (or 0xA307F9) is known color: Electric Purple. HEX triplet: A3, 07 and F9. RGB value is (163,7,249). Sum of RGB (Red+Green+Blue) = 163+7+249=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #A307F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A307F9 is #5CF806. Grayscale: #505050. Windows color (decimal): -6092807 or 16320419. OLE color: 16320419.

HSL color Cylindrical-coordinate representation of color #A307F9: hue angle of 278.68º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307F9 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 7 249 -
CMYK 0.35 0.97 0 0.02
HSL 278.68º 0.95% 0.5% -
HSV(B) 278.68º 0.97% 0.98% -
XYZ 32.28 14.78 90.77 -
YUV 81.23 222.68 186.32 -
System Red Green Blue C M Y K H S L
Decimal 163 7 249 0.35 0.97 0 0.02 278.68 0.95 0.5
Hex A3 7 F9 23 61 0 2 117 5F 32
Octal 243 7 371 43 141 0 2 427 137 62
Binary 10100011 111 11111001 100011 1100001 0 10 100010111 1011111 110010

Color Harmonies of #A307F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307F9

Black with #A307F9

Text Example


Text Example

White with #A307F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307F9; }

 p { color: rgb(163,7,249); }

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

background-color css

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

 a { background-color: rgb(163,7,249); }

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

border-color css

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

 span { border-color: rgb(163,7,249); }

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