Html Css Color HEX #A261F7 Medium Purple

📋 copy color: '#A261F7'

red 162 ◦ green 97 ◦ blue 247

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

Shades of Medium Purple #A261F7

Tints of Medium Purple #A261F7

RGB

 RED value IS 162 (63.67% from 255) = 32.02%

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

 BLUE value IS 247 (96.88% from 255) = 48.81%

R = 32.02%
G = 19.17%
B = 48.81%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A261F7 (or 0xA261F7) is known color: Medium Purple. HEX triplet: A2, 61 and F7. RGB value is (162,97,247). Sum of RGB (Red+Green+Blue) = 162+97+247=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #A261F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261F7 is #5D9E08. Grayscale: #858585. Windows color (decimal): -6135305 or 16212386. OLE color: 16212386.

HSL color Cylindrical-coordinate representation of color #A261F7: hue angle of 266º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A261F7 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 97 247 -
CMYK 0.34 0.61 0 0.03
HSL 266º 0.9% 0.67% -
HSV(B) 266º 0.61% 0.97% -
XYZ 35.96 22.95 90.53 -
YUV 133.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 162 97 247 0.34 0.61 0 0.03 266 0.9 0.67
Hex A2 61 F7 22 3D 0 3 10A 5A 43
Octal 242 141 367 42 75 0 3 412 132 103
Binary 10100010 1100001 11110111 100010 111101 0 11 100001010 1011010 1000011

Color Harmonies of #A261F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261F7

Black with #A261F7

Text Example


Text Example

White with #A261F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261F7; }

 p { color: rgb(162,97,247); }

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

background-color css

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

 a { background-color: rgb(162,97,247); }

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

border-color css

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

 span { border-color: rgb(162,97,247); }

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