Html Css Color HEX #A765FA Medium Purple

📋 copy color: '#A765FA'

red 167 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #A765FA

Tints of Medium Purple #A765FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 32.24%
G = 19.5%
B = 48.26%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A765FA (or 0xA765FA) is known color: Medium Purple. HEX triplet: A7, 65 and FA. RGB value is (167,101,250). Sum of RGB (Red+Green+Blue) = 167+101+250=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #A765FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765FA is #589A05. Grayscale: #898989. Windows color (decimal): -5806598 or 16410023. OLE color: 16410023.

HSL color Cylindrical-coordinate representation of color #A765FA: hue angle of 266.58º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A765FA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 101 250 -
CMYK 0.33 0.60 0 0.02
HSL 266.58º 0.94% 0.69% -
HSV(B) 266.58º 0.6% 0.98% -
XYZ 37.85 24.42 93.16 -
YUV 137.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 167 101 250 0.33 0.60 0 0.02 266.58 0.94 0.69
Hex A7 65 FA 21 3C 0 2 10B 5E 45
Octal 247 145 372 41 74 0 2 413 136 105
Binary 10100111 1100101 11111010 100001 111100 0 10 100001011 1011110 1000101

Color Harmonies of #A765FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765FA

Black with #A765FA

Text Example


Text Example

White with #A765FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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