Html Css Color HEX #A206FD Electric Purple

📋 copy color: '#A206FD'

red 162 ◦ green 6 ◦ blue 253

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

Shades of Electric Purple #A206FD

Tints of Electric Purple #A206FD

RGB

 RED value IS 162 (63.67% from 255) = 38.48%

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

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

R = 38.48%
G = 1.43%
B = 60.1%

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

#A206FD (or 0xA206FD) is known color: Electric Purple. HEX triplet: A2, 06 and FD. RGB value is (162,6,253). Sum of RGB (Red+Green+Blue) = 162+6+253=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #A206FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A206FD is #5DF902. Grayscale: #4F4F4F. Windows color (decimal): -6158595 or 16582306. OLE color: 16582306.

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

Color convert

RGB 162 6 253 -
CMYK 0.36 0.98 0 0.01
HSL 277.89º 0.98% 0.51% -
HSV(B) 277.89º 0.98% 0.99% -
XYZ 32.7 14.9 94.08 -
YUV 80.8 225.18 185.92 -
System Red Green Blue C M Y K H S L
Decimal 162 6 253 0.36 0.98 0 0.01 277.89 0.98 0.51
Hex A2 6 FD 24 62 0 1 116 62 33
Octal 242 6 375 44 142 0 1 426 142 63
Binary 10100010 110 11111101 100100 1100010 0 1 100010110 1100010 110011

Color Harmonies of #A206FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A206FD

Black with #A206FD

Text Example


Text Example

White with #A206FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A206FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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