Html Css Color HEX #A30AFF Electric Purple

📋 copy color: '#A30AFF'

red 163 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #A30AFF

Tints of Electric Purple #A30AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

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

R = 38.08%
G = 2.34%
B = 59.58%

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

#A30AFF (or 0xA30AFF) is known color: Electric Purple. HEX triplet: A3, 0A and FF. RGB value is (163,10,255). Sum of RGB (Red+Green+Blue) = 163+10+255=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 10 (4.30% from 255 or 2.34% 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 #A30AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AFF is #5CF500. Grayscale: #525252. Windows color (decimal): -6092033 or 16714403. OLE color: 16714403.

HSL color Cylindrical-coordinate representation of color #A30AFF: hue angle of 277.47º 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 #A30AFF is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 10 255 -
CMYK 0.36 0.96 0 0
HSL 277.47º 1% 0.52% -
HSV(B) 277.47º 0.96% 1% -
XYZ 33.26 15.22 95.79 -
YUV 83.68 224.69 184.58 -
System Red Green Blue C M Y K H S L
Decimal 163 10 255 0.36 0.96 0 0 277.47 1 0.52
Hex A3 A FF 24 60 0 0 115 64 34
Octal 243 12 377 44 140 0 0 425 144 64
Binary 10100011 1010 11111111 100100 1100000 0 0 100010101 1100100 110100

Color Harmonies of #A30AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AFF

Black with #A30AFF

Text Example


Text Example

White with #A30AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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