Html Css Color HEX #A764FE Medium Purple

📋 copy color: '#A764FE'

red 167 ◦ green 100 ◦ blue 254

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

Shades of Medium Purple #A764FE

Tints of Medium Purple #A764FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 32.05%
G = 19.19%
B = 48.75%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A764FE (or 0xA764FE) is known color: Medium Purple. HEX triplet: A7, 64 and FE. RGB value is (167,100,254). Sum of RGB (Red+Green+Blue) = 167+100+254=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #A764FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A764FE is #589B01. Grayscale: #898989. Windows color (decimal): -5806850 or 16671911. OLE color: 16671911.

HSL color Cylindrical-coordinate representation of color #A764FE: hue angle of 266.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A764FE is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 100 254 -
CMYK 0.34 0.61 0 0.00
HSL 266.1º 0.99% 0.69% -
HSV(B) 266.1º 0.61% 1% -
XYZ 38.38 24.49 96.47 -
YUV 137.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 167 100 254 0.34 0.61 0 0.00 266.1 0.99 0.69
Hex A7 64 FE 22 3D 0 0 10A 63 45
Octal 247 144 376 42 75 0 0 412 143 105
Binary 10100111 1100100 11111110 100010 111101 0 0 100001010 1100011 1000101

Color Harmonies of #A764FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764FE

Black with #A764FE

Text Example


Text Example

White with #A764FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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