Html Css Color HEX #A509EE Electric Purple

📋 copy color: '#A509EE'

red 165 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #A509EE

Tints of Electric Purple #A509EE

RGB

 RED value IS 165 (64.84% from 255) = 40.05%

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

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 40.05%
G = 2.18%
B = 57.77%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A509EE (or 0xA509EE) is known color: Electric Purple. HEX triplet: A5, 09 and EE. RGB value is (165,9,238). Sum of RGB (Red+Green+Blue) = 165+9+238=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #A509EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A509EE is #5AF611. Grayscale: #505050. Windows color (decimal): -5961234 or 15600037. OLE color: 15600037.

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

Color convert

RGB 165 9 238 -
CMYK 0.31 0.96 0 0.07
HSL 280.87º 0.93% 0.48% -
HSV(B) 280.87º 0.96% 0.93% -
XYZ 31.05 14.37 82.03 -
YUV 81.75 216.18 187.38 -
System Red Green Blue C M Y K H S L
Decimal 165 9 238 0.31 0.96 0 0.07 280.87 0.93 0.48
Hex A5 9 EE 1F 60 0 7 119 5D 30
Octal 245 11 356 37 140 0 7 431 135 60
Binary 10100101 1001 11101110 11111 1100000 0 111 100011001 1011101 110000

Color Harmonies of #A509EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509EE

Black with #A509EE

Text Example


Text Example

White with #A509EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509EE; }

 p { color: rgb(165,9,238); }

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

background-color css

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

 a { background-color: rgb(165,9,238); }

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

border-color css

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

 span { border-color: rgb(165,9,238); }

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