Html Css Color HEX #A517F2 Electric Purple

📋 copy color: '#A517F2'

red 165 ◦ green 23 ◦ blue 242

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

Shades of Electric Purple #A517F2

Tints of Electric Purple #A517F2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.35%

 BLUE value IS 242 (94.92% from 255) = 56.28%

R = 38.37%
G = 5.35%
B = 56.28%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A517F2 (or 0xA517F2) is known color: Electric Purple. HEX triplet: A5, 17 and F2. RGB value is (165,23,242). Sum of RGB (Red+Green+Blue) = 165+23+242=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #A517F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A517F2 is #5AE80D. Grayscale: #595959. Windows color (decimal): -5957646 or 15865765. OLE color: 15865765.

HSL color Cylindrical-coordinate representation of color #A517F2: hue angle of 278.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A517F2 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 23 242 -
CMYK 0.32 0.90 0 0.05
HSL 278.9º 0.89% 0.52% -
HSV(B) 278.9º 0.9% 0.95% -
XYZ 31.85 15.02 85.23 -
YUV 90.42 213.54 181.19 -
System Red Green Blue C M Y K H S L
Decimal 165 23 242 0.32 0.90 0 0.05 278.9 0.89 0.52
Hex A5 17 F2 20 5A 0 5 117 59 34
Octal 245 27 362 40 132 0 5 427 131 64
Binary 10100101 10111 11110010 100000 1011010 0 101 100010111 1011001 110100

Color Harmonies of #A517F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517F2

Black with #A517F2

Text Example


Text Example

White with #A517F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517F2; }

 p { color: rgb(165,23,242); }

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

background-color css

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

 a { background-color: rgb(165,23,242); }

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

border-color css

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

 span { border-color: rgb(165,23,242); }

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