Html Css Color HEX #A309FF Electric Purple

📋 copy color: '#A309FF'

red 163 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #A309FF

Tints of Electric Purple #A309FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.11%

 BLUE value IS 255 (100% from 255) = 59.72%

R = 38.17%
G = 2.11%
B = 59.72%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A309FF (or 0xA309FF) is known color: Electric Purple. HEX triplet: A3, 09 and FF. RGB value is (163,9,255). Sum of RGB (Red+Green+Blue) = 163+9+255=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A309FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A309FF is #5CF600. Grayscale: #525252. Windows color (decimal): -6092289 or 16714147. OLE color: 16714147.

HSL color Cylindrical-coordinate representation of color #A309FF: hue angle of 277.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309FF is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 9 255 -
CMYK 0.36 0.96 0 0
HSL 277.56º 1% 0.52% -
HSV(B) 277.56º 0.96% 1% -
XYZ 33.25 15.2 95.79 -
YUV 83.09 225.02 185 -
System Red Green Blue C M Y K H S L
Decimal 163 9 255 0.36 0.96 0 0 277.56 1 0.52
Hex A3 9 FF 24 60 0 0 116 64 34
Octal 243 11 377 44 140 0 0 426 144 64
Binary 10100011 1001 11111111 100100 1100000 0 0 100010110 1100100 110100

Color Harmonies of #A309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309FF

Black with #A309FF

Text Example


Text Example

White with #A309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309FF; }

 p { color: rgb(163,9,255); }

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

background-color css

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

 a { background-color: rgb(163,9,255); }

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

border-color css

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

 span { border-color: rgb(163,9,255); }

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