Html Css Color HEX #A761F2 Medium Purple

📋 copy color: '#A761F2'

red 167 ◦ green 97 ◦ blue 242

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

Shades of Medium Purple #A761F2

Tints of Medium Purple #A761F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 33%
G = 19.17%
B = 47.83%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A761F2 (or 0xA761F2) is known color: Medium Purple. HEX triplet: A7, 61 and F2. RGB value is (167,97,242). Sum of RGB (Red+Green+Blue) = 167+97+242=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #A761F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A761F2 is #589E0D. Grayscale: #858585. Windows color (decimal): -5807630 or 15884711. OLE color: 15884711.

HSL color Cylindrical-coordinate representation of color #A761F2: hue angle of 268.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A761F2 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 97 242 -
CMYK 0.31 0.60 0 0.05
HSL 268.97º 0.85% 0.66% -
HSV(B) 268.97º 0.6% 0.95% -
XYZ 36.24 23.18 86.57 -
YUV 134.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 167 97 242 0.31 0.60 0 0.05 268.97 0.85 0.66
Hex A7 61 F2 1F 3C 0 5 10D 55 42
Octal 247 141 362 37 74 0 5 415 125 102
Binary 10100111 1100001 11110010 11111 111100 0 101 100001101 1010101 1000010

Color Harmonies of #A761F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761F2

Black with #A761F2

Text Example


Text Example

White with #A761F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761F2; }

 p { color: rgb(167,97,242); }

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

background-color css

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

 a { background-color: rgb(167,97,242); }

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

border-color css

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

 span { border-color: rgb(167,97,242); }

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