Html Css Color HEX #A765FC Medium Purple

📋 copy color: '#A765FC'

red 167 ◦ green 101 ◦ blue 252

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

Shades of Medium Purple #A765FC

Tints of Medium Purple #A765FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 32.12%
G = 19.42%
B = 48.46%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A765FC (or 0xA765FC) is known color: Medium Purple. HEX triplet: A7, 65 and FC. RGB value is (167,101,252). Sum of RGB (Red+Green+Blue) = 167+101+252=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #A765FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765FC is #589A03. Grayscale: #898989. Windows color (decimal): -5806596 or 16541095. OLE color: 16541095.

HSL color Cylindrical-coordinate representation of color #A765FC: hue angle of 266.23º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A765FC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 101 252 -
CMYK 0.34 0.60 0 0.01
HSL 266.23º 0.96% 0.69% -
HSV(B) 266.23º 0.6% 0.99% -
XYZ 38.16 24.55 94.82 -
YUV 137.95 192.37 148.72 -
System Red Green Blue C M Y K H S L
Decimal 167 101 252 0.34 0.60 0 0.01 266.23 0.96 0.69
Hex A7 65 FC 22 3C 0 1 10A 60 45
Octal 247 145 374 42 74 0 1 412 140 105
Binary 10100111 1100101 11111100 100010 111100 0 1 100001010 1100000 1000101

Color Harmonies of #A765FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765FC

Black with #A765FC

Text Example


Text Example

White with #A765FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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