Html Css Color HEX #A764FD Medium Purple

📋 copy color: '#A764FD'

red 167 ◦ green 100 ◦ blue 253

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

Shades of Medium Purple #A764FD

Tints of Medium Purple #A764FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.23%

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

R = 32.12%
G = 19.23%
B = 48.65%

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

#A764FD (or 0xA764FD) is known color: Medium Purple. HEX triplet: A7, 64 and FD. RGB value is (167,100,253). Sum of RGB (Red+Green+Blue) = 167+100+253=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #A764FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A764FD is #589B02. Grayscale: #888888. Windows color (decimal): -5806851 or 16606375. OLE color: 16606375.

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

Color convert

RGB 167 100 253 -
CMYK 0.34 0.60 0 0.01
HSL 266.27º 0.97% 0.69% -
HSV(B) 266.27º 0.6% 0.99% -
XYZ 38.22 24.42 95.63 -
YUV 137.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 167 100 253 0.34 0.60 0 0.01 266.27 0.97 0.69
Hex A7 64 FD 22 3C 0 1 10A 61 45
Octal 247 144 375 42 74 0 1 412 141 105
Binary 10100111 1100100 11111101 100010 111100 0 1 100001010 1100001 1000101

Color Harmonies of #A764FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764FD

Black with #A764FD

Text Example


Text Example

White with #A764FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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