Html Css Color HEX #A761FF Medium Purple

📋 copy color: '#A761FF'

red 167 ◦ green 97 ◦ blue 255

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

Shades of Medium Purple #A761FF

Tints of Medium Purple #A761FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 32.18%
G = 18.69%
B = 49.13%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A761FF (or 0xA761FF) is known color: Medium Purple. HEX triplet: A7, 61 and FF. RGB value is (167,97,255). Sum of RGB (Red+Green+Blue) = 167+97+255=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A761FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A761FF is #589E00. Grayscale: #878787. Windows color (decimal): -5807617 or 16736679. OLE color: 16736679.

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

Color convert

RGB 167 97 255 -
CMYK 0.35 0.62 0 0
HSL 266.58º 1% 0.69% -
HSV(B) 266.58º 0.62% 1% -
XYZ 38.26 23.98 97.22 -
YUV 135.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 167 97 255 0.35 0.62 0 0 266.58 1 0.69
Hex A7 61 FF 23 3E 0 0 10B 64 45
Octal 247 141 377 43 76 0 0 413 144 105
Binary 10100111 1100001 11111111 100011 111110 0 0 100001011 1100100 1000101

Color Harmonies of #A761FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761FF

Black with #A761FF

Text Example


Text Example

White with #A761FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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