Html Css Color HEX #A517FF Electric Purple

📋 copy color: '#A517FF'

red 165 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #A517FF

Tints of Electric Purple #A517FF

RGB

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

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

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

R = 37.25%
G = 5.19%
B = 57.56%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A517FF (or 0xA517FF) is known color: Electric Purple. HEX triplet: A5, 17 and FF. RGB value is (165,23,255). Sum of RGB (Red+Green+Blue) = 165+23+255=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A517FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A517FF is #5AE800. Grayscale: #5B5B5B. Windows color (decimal): -5957633 or 16717733. OLE color: 16717733.

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

Color convert

RGB 165 23 255 -
CMYK 0.35 0.91 0 0
HSL 276.72º 1% 0.55% -
HSV(B) 276.72º 0.91% 1% -
XYZ 33.87 15.83 95.88 -
YUV 91.91 220.04 180.14 -
System Red Green Blue C M Y K H S L
Decimal 165 23 255 0.35 0.91 0 0 276.72 1 0.55
Hex A5 17 FF 23 5B 0 0 115 64 37
Octal 245 27 377 43 133 0 0 425 144 67
Binary 10100101 10111 11111111 100011 1011011 0 0 100010101 1100100 110111

Color Harmonies of #A517FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517FF

Black with #A517FF

Text Example


Text Example

White with #A517FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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