Html Css Color HEX #A764EC Medium Purple

📋 copy color: '#A764EC'

red 167 ◦ green 100 ◦ blue 236

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

Shades of Medium Purple #A764EC

Tints of Medium Purple #A764EC

RGB

 RED value IS 167 (65.63% from 255) = 33.2%

 GREEN value IS 100 (39.45% from 255) = 19.88%

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

R = 33.2%
G = 19.88%
B = 46.92%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A764EC (or 0xA764EC) is known color: Medium Purple. HEX triplet: A7, 64 and EC. RGB value is (167,100,236). Sum of RGB (Red+Green+Blue) = 167+100+236=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A764EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A764EC is #589B13. Grayscale: #878787. Windows color (decimal): -5806868 or 15492263. OLE color: 15492263.

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

Color convert

RGB 167 100 236 -
CMYK 0.29 0.58 0 0.07
HSL 269.56º 0.78% 0.66% -
HSV(B) 269.56º 0.58% 0.93% -
XYZ 35.63 23.39 81.99 -
YUV 135.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 167 100 236 0.29 0.58 0 0.07 269.56 0.78 0.66
Hex A7 64 EC 1D 3A 0 7 10E 4E 42
Octal 247 144 354 35 72 0 7 416 116 102
Binary 10100111 1100100 11101100 11101 111010 0 111 100001110 1001110 1000010

Color Harmonies of #A764EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764EC

Black with #A764EC

Text Example


Text Example

White with #A764EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764EC; }

 p { color: rgb(167,100,236); }

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

background-color css

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

 a { background-color: rgb(167,100,236); }

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

border-color css

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

 span { border-color: rgb(167,100,236); }

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