Html Css Color HEX #A765EA Medium Purple

📋 copy color: '#A765EA'

red 167 ◦ green 101 ◦ blue 234

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

Shades of Medium Purple #A765EA

Tints of Medium Purple #A765EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.12%

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 33.27%
G = 20.12%
B = 46.61%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A765EA (or 0xA765EA) is known color: Medium Purple. HEX triplet: A7, 65 and EA. RGB value is (167,101,234). Sum of RGB (Red+Green+Blue) = 167+101+234=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #A765EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765EA is #589A15. Grayscale: #878787. Windows color (decimal): -5806614 or 15361447. OLE color: 15361447.

HSL color Cylindrical-coordinate representation of color #A765EA: hue angle of 269.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A765EA is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 101 234 -
CMYK 0.29 0.57 0 0.08
HSL 269.77º 0.76% 0.66% -
HSV(B) 269.77º 0.57% 0.92% -
XYZ 35.44 23.46 80.5 -
YUV 135.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 167 101 234 0.29 0.57 0 0.08 269.77 0.76 0.66
Hex A7 65 EA 1D 39 0 8 10E 4C 42
Octal 247 145 352 35 71 0 10 416 114 102
Binary 10100111 1100101 11101010 11101 111001 0 1000 100001110 1001100 1000010

Color Harmonies of #A765EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765EA

Black with #A765EA

Text Example


Text Example

White with #A765EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765EA; }

 p { color: rgb(167,101,234); }

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

background-color css

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

 a { background-color: rgb(167,101,234); }

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

border-color css

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

 span { border-color: rgb(167,101,234); }

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