Html Css Color HEX #A764F9 Medium Purple

📋 copy color: '#A764F9'

red 167 ◦ green 100 ◦ blue 249

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

Shades of Medium Purple #A764F9

Tints of Medium Purple #A764F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.26%

R = 32.36%
G = 19.38%
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

#A764F9 (or 0xA764F9) is known color: Medium Purple. HEX triplet: A7, 64 and F9. RGB value is (167,100,249). Sum of RGB (Red+Green+Blue) = 167+100+249=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #A764F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A764F9 is #589B06. Grayscale: #888888. Windows color (decimal): -5806855 or 16344231. OLE color: 16344231.

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

Color convert

RGB 167 100 249 -
CMYK 0.33 0.60 0 0.02
HSL 266.98º 0.93% 0.68% -
HSV(B) 266.98º 0.6% 0.98% -
XYZ 37.59 24.17 92.31 -
YUV 137.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 167 100 249 0.33 0.60 0 0.02 266.98 0.93 0.68
Hex A7 64 F9 21 3C 0 2 10B 5D 44
Octal 247 144 371 41 74 0 2 413 135 104
Binary 10100111 1100100 11111001 100001 111100 0 10 100001011 1011101 1000100

Color Harmonies of #A764F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764F9

Black with #A764F9

Text Example


Text Example

White with #A764F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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