Html Css Color HEX #A261FA Medium Purple

📋 copy color: '#A261FA'

red 162 ◦ green 97 ◦ blue 250

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

Shades of Medium Purple #A261FA

Tints of Medium Purple #A261FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 31.83%
G = 19.06%
B = 49.12%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A261FA (or 0xA261FA) is known color: Medium Purple. HEX triplet: A2, 61 and FA. RGB value is (162,97,250). Sum of RGB (Red+Green+Blue) = 162+97+250=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #A261FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261FA is #5D9E05. Grayscale: #858585. Windows color (decimal): -6135302 or 16408994. OLE color: 16408994.

HSL color Cylindrical-coordinate representation of color #A261FA: hue angle of 265.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A261FA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 97 250 -
CMYK 0.35 0.61 0 0.02
HSL 265.49º 0.94% 0.68% -
HSV(B) 265.49º 0.61% 0.98% -
XYZ 36.43 23.13 92.99 -
YUV 133.88 193.53 148.06 -
System Red Green Blue C M Y K H S L
Decimal 162 97 250 0.35 0.61 0 0.02 265.49 0.94 0.68
Hex A2 61 FA 23 3D 0 2 109 5E 44
Octal 242 141 372 43 75 0 2 411 136 104
Binary 10100010 1100001 11111010 100011 111101 0 10 100001001 1011110 1000100

Color Harmonies of #A261FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261FA

Black with #A261FA

Text Example


Text Example

White with #A261FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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