Html Css Color HEX #A508FF Electric Purple

📋 copy color: '#A508FF'

red 165 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #A508FF

Tints of Electric Purple #A508FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 38.55%
G = 1.87%
B = 59.58%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A508FF (or 0xA508FF) is known color: Electric Purple. HEX triplet: A5, 08 and FF. RGB value is (165,8,255). Sum of RGB (Red+Green+Blue) = 165+8+255=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #A508FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A508FF is #5AF700. Grayscale: #525252. Windows color (decimal): -5961473 or 16713893. OLE color: 16713893.

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

Color convert

RGB 165 8 255 -
CMYK 0.35 0.97 0 0
HSL 278.14º 1% 0.52% -
HSV(B) 278.14º 0.97% 1% -
XYZ 33.65 15.39 95.81 -
YUV 83.1 225.01 186.42 -
System Red Green Blue C M Y K H S L
Decimal 165 8 255 0.35 0.97 0 0 278.14 1 0.52
Hex A5 8 FF 23 61 0 0 116 64 34
Octal 245 10 377 43 141 0 0 426 144 64
Binary 10100101 1000 11111111 100011 1100001 0 0 100010110 1100100 110100

Color Harmonies of #A508FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508FF

Black with #A508FF

Text Example


Text Example

White with #A508FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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