Html Css Color HEX #A806EE Electric Purple

📋 copy color: '#A806EE'

red 168 ◦ green 6 ◦ blue 238

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

Shades of Electric Purple #A806EE

Tints of Electric Purple #A806EE

RGB

 RED value IS 168 (66.02% from 255) = 40.78%

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

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 40.78%
G = 1.46%
B = 57.77%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A806EE (or 0xA806EE) is known color: Electric Purple. HEX triplet: A8, 06 and EE. RGB value is (168,6,238). Sum of RGB (Red+Green+Blue) = 168+6+238=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #A806EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806EE is #57F911. Grayscale: #505050. Windows color (decimal): -5765394 or 15599272. OLE color: 15599272.

HSL color Cylindrical-coordinate representation of color #A806EE: hue angle of 281.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806EE is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 6 238 -
CMYK 0.29 0.97 0 0.07
HSL 281.9º 0.95% 0.48% -
HSV(B) 281.9º 0.97% 0.93% -
XYZ 31.65 14.63 82.04 -
YUV 80.89 216.67 190.14 -
System Red Green Blue C M Y K H S L
Decimal 168 6 238 0.29 0.97 0 0.07 281.9 0.95 0.48
Hex A8 6 EE 1D 61 0 7 11A 5F 30
Octal 250 6 356 35 141 0 7 432 137 60
Binary 10101000 110 11101110 11101 1100001 0 111 100011010 1011111 110000

Color Harmonies of #A806EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A806EE

Black with #A806EE

Text Example


Text Example

White with #A806EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A806EE; }

 p { color: rgb(168,6,238); }

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

background-color css

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

 a { background-color: rgb(168,6,238); }

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

border-color css

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

 span { border-color: rgb(168,6,238); }

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