Html Css Color HEX #A167F2 Medium Purple

📋 copy color: '#A167F2'

red 161 ◦ green 103 ◦ blue 242

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

Shades of Medium Purple #A167F2

Tints of Medium Purple #A167F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.36%

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

R = 31.82%
G = 20.36%
B = 47.83%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A167F2 (or 0xA167F2) is known color: Medium Purple. HEX triplet: A1, 67 and F2. RGB value is (161,103,242). Sum of RGB (Red+Green+Blue) = 161+103+242=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 103 (40.62% from 255 or 20.36% 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 #A167F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167F2 is #5E980D. Grayscale: #878787. Windows color (decimal): -6199310 or 15886241. OLE color: 15886241.

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

Color convert

RGB 161 103 242 -
CMYK 0.33 0.57 0 0.05
HSL 265.04º 0.84% 0.68% -
HSV(B) 265.04º 0.57% 0.95% -
XYZ 35.58 23.69 86.7 -
YUV 136.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 161 103 242 0.33 0.57 0 0.05 265.04 0.84 0.68
Hex A1 67 F2 21 39 0 5 109 54 44
Octal 241 147 362 41 71 0 5 411 124 104
Binary 10100001 1100111 11110010 100001 111001 0 101 100001001 1010100 1000100

Color Harmonies of #A167F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167F2

Black with #A167F2

Text Example


Text Example

White with #A167F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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