Html Css Color HEX #A306FD Electric Purple

📋 copy color: '#A306FD'

red 163 ◦ green 6 ◦ blue 253

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

Shades of Electric Purple #A306FD

Tints of Electric Purple #A306FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 253 (99.22% from 255) = 59.95%

R = 38.63%
G = 1.42%
B = 59.95%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A306FD (or 0xA306FD) is known color: Electric Purple. HEX triplet: A3, 06 and FD. RGB value is (163,6,253). Sum of RGB (Red+Green+Blue) = 163+6+253=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #A306FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A306FD is #5CF902. Grayscale: #505050. Windows color (decimal): -6093059 or 16582307. OLE color: 16582307.

HSL color Cylindrical-coordinate representation of color #A306FD: hue angle of 278.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A306FD is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 6 253 -
CMYK 0.36 0.98 0 0.01
HSL 278.14º 0.98% 0.51% -
HSV(B) 278.14º 0.98% 0.99% -
XYZ 32.9 15.01 94.09 -
YUV 81.1 225.01 186.42 -
System Red Green Blue C M Y K H S L
Decimal 163 6 253 0.36 0.98 0 0.01 278.14 0.98 0.51
Hex A3 6 FD 24 62 0 1 116 62 33
Octal 243 6 375 44 142 0 1 426 142 63
Binary 10100011 110 11111101 100100 1100010 0 1 100010110 1100010 110011

Color Harmonies of #A306FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A306FD

Black with #A306FD

Text Example


Text Example

White with #A306FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A306FD; }

 p { color: rgb(163,6,253); }

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

background-color css

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

 a { background-color: rgb(163,6,253); }

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

border-color css

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

 span { border-color: rgb(163,6,253); }

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