Html Css Color HEX #A765ED Medium Purple

📋 copy color: '#A765ED'

red 167 ◦ green 101 ◦ blue 237

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

Shades of Medium Purple #A765ED

Tints of Medium Purple #A765ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 33.07%
G = 20%
B = 46.93%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A765ED (or 0xA765ED) is known color: Medium Purple. HEX triplet: A7, 65 and ED. RGB value is (167,101,237). Sum of RGB (Red+Green+Blue) = 167+101+237=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #A765ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765ED is #589A12. Grayscale: #878787. Windows color (decimal): -5806611 or 15558055. OLE color: 15558055.

HSL color Cylindrical-coordinate representation of color #A765ED: hue angle of 269.12º degrees, saturation: 0.79, 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 #A765ED is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 101 237 -
CMYK 0.30 0.57 0 0.07
HSL 269.12º 0.79% 0.66% -
HSV(B) 269.12º 0.57% 0.93% -
XYZ 35.88 23.64 82.79 -
YUV 136.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 167 101 237 0.30 0.57 0 0.07 269.12 0.79 0.66
Hex A7 65 ED 1E 39 0 7 10D 4F 42
Octal 247 145 355 36 71 0 7 415 117 102
Binary 10100111 1100101 11101101 11110 111001 0 111 100001101 1001111 1000010

Color Harmonies of #A765ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765ED

Black with #A765ED

Text Example


Text Example

White with #A765ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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