Html Css Color HEX #A765FD Medium Purple

📋 copy color: '#A765FD'

red 167 ◦ green 101 ◦ blue 253

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

Shades of Medium Purple #A765FD

Tints of Medium Purple #A765FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 32.05%
G = 19.39%
B = 48.56%

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

#A765FD (or 0xA765FD) is known color: Medium Purple. HEX triplet: A7, 65 and FD. RGB value is (167,101,253). Sum of RGB (Red+Green+Blue) = 167+101+253=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #A765FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765FD is #589A02. Grayscale: #898989. Windows color (decimal): -5806595 or 16606631. OLE color: 16606631.

HSL color Cylindrical-coordinate representation of color #A765FD: hue angle of 266.05º degrees, saturation: 0.97, 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 #A765FD is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 101 253 -
CMYK 0.34 0.60 0 0.01
HSL 266.05º 0.97% 0.69% -
HSV(B) 266.05º 0.6% 0.99% -
XYZ 38.32 24.61 95.66 -
YUV 138.06 192.87 148.64 -
System Red Green Blue C M Y K H S L
Decimal 167 101 253 0.34 0.60 0 0.01 266.05 0.97 0.69
Hex A7 65 FD 22 3C 0 1 10A 61 45
Octal 247 145 375 42 74 0 1 412 141 105
Binary 10100111 1100101 11111101 100010 111100 0 1 100001010 1100001 1000101

Color Harmonies of #A765FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765FD

Black with #A765FD

Text Example


Text Example

White with #A765FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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