Html Css Color HEX #A066EC Medium Purple

📋 copy color: '#A066EC'

red 160 ◦ green 102 ◦ blue 236

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

Shades of Medium Purple #A066EC

Tints of Medium Purple #A066EC

RGB

 RED value IS 160 (62.89% from 255) = 32.13%

 GREEN value IS 102 (40.23% from 255) = 20.48%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 32.13%
G = 20.48%
B = 47.39%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A066EC (or 0xA066EC) is known color: Medium Purple. HEX triplet: A0, 66 and EC. RGB value is (160,102,236). Sum of RGB (Red+Green+Blue) = 160+102+236=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #A066EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066EC is #5F9913. Grayscale: #868686. Windows color (decimal): -6265108 or 15492768. OLE color: 15492768.

HSL color Cylindrical-coordinate representation of color #A066EC: hue angle of 265.97º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A066EC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 102 236 -
CMYK 0.32 0.57 0 0.07
HSL 265.97º 0.78% 0.66% -
HSV(B) 265.97º 0.57% 0.93% -
XYZ 34.39 23.03 81.99 -
YUV 134.62 185.22 146.1 -
System Red Green Blue C M Y K H S L
Decimal 160 102 236 0.32 0.57 0 0.07 265.97 0.78 0.66
Hex A0 66 EC 20 39 0 7 10A 4E 42
Octal 240 146 354 40 71 0 7 412 116 102
Binary 10100000 1100110 11101100 100000 111001 0 111 100001010 1001110 1000010

Color Harmonies of #A066EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066EC

Black with #A066EC

Text Example


Text Example

White with #A066EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066EC; }

 p { color: rgb(160,102,236); }

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

background-color css

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

 a { background-color: rgb(160,102,236); }

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

border-color css

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

 span { border-color: rgb(160,102,236); }

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