Html Css Color HEX #A164F2 Medium Purple

📋 copy color: '#A164F2'

red 161 ◦ green 100 ◦ blue 242

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

Shades of Medium Purple #A164F2

Tints of Medium Purple #A164F2

RGB

 RED value IS 161 (63.28% from 255) = 32.01%

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

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

R = 32.01%
G = 19.88%
B = 48.11%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A164F2 (or 0xA164F2) is known color: Medium Purple. HEX triplet: A1, 64 and F2. RGB value is (161,100,242). Sum of RGB (Red+Green+Blue) = 161+100+242=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #A164F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164F2 is #5E9B0D. Grayscale: #858585. Windows color (decimal): -6200078 or 15885473. OLE color: 15885473.

HSL color Cylindrical-coordinate representation of color #A164F2: hue angle of 265.77º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A164F2 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 100 242 -
CMYK 0.33 0.59 0 0.05
HSL 265.77º 0.85% 0.67% -
HSV(B) 265.77º 0.59% 0.95% -
XYZ 35.28 23.1 86.6 -
YUV 134.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 161 100 242 0.33 0.59 0 0.05 265.77 0.85 0.67
Hex A1 64 F2 21 3B 0 5 10A 55 43
Octal 241 144 362 41 73 0 5 412 125 103
Binary 10100001 1100100 11110010 100001 111011 0 101 100001010 1010101 1000011

Color Harmonies of #A164F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164F2

Black with #A164F2

Text Example


Text Example

White with #A164F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164F2; }

 p { color: rgb(161,100,242); }

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

background-color css

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

 a { background-color: rgb(161,100,242); }

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

border-color css

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

 span { border-color: rgb(161,100,242); }

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